Skip to content

fix: [search] Fix the problem of the search icon not being centered on MobileFirst #3259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vue/src/search/src/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const classes = {
'pc-search-input-btn-a-mini': 'w-11 leading-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))]',
'pc-search-input-btn-a-unbig': 'w-10 leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]',
'pc-search-input-btn-icon-search-transparent': 'fill-color-bg-1',
'pc-search-input-btn-icon-search': 'text-base fill-color-none',
'pc-search-input-btn-icon-search': 'text-base fill-color-none align-text-bottom',
'search-selector':
'absolute top-full left-0 overflow-hidden min-w-[theme(spacing.18)] border border-solid border-color-border rounded text-xs shadow bg-color-bg-1 text-color-text-primary mt-0.5 py-1 hidden sm:block',
'search-selector-body': 'max-h-[theme(spacing.72)] overflow-x-hidden overflow-y-auto',
Expand Down
Loading