Skip to content

Commit

Permalink
fix: Select combobox search icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 27, 2024
1 parent 8cca616 commit 111dca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/select/component-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const sizeClassNames = {
dropdownItemsWrapper: 'p-1.5',
searchbarWrapper: 'p-3 flex items-center gap-0.5',
searchbar: 'font-medium text-sm',
searchbarIcon: '[&>svg]:size-4',
searchbarIcon: 'size-4',
label: 'text-sm font-medium',
},
md: {
Expand All @@ -24,7 +24,7 @@ export const sizeClassNames = {
dropdownItemsWrapper: 'p-2',
searchbarWrapper: 'p-2.5 flex items-center gap-1',
searchbar: 'font-medium text-sm',
searchbarIcon: '[&>svg]:size-5',
searchbarIcon: 'size-5',
label: 'text-sm font-medium',
},
lg: {
Expand All @@ -38,7 +38,7 @@ export const sizeClassNames = {
dropdownItemsWrapper: 'p-2',
searchbarWrapper: 'p-2.5 flex items-center gap-1',
searchbar: 'font-medium text-sm',
searchbarIcon: '[&>svg]:size-5',
searchbarIcon: 'size-5',
label: 'text-base font-medium',
},
};
Expand Down

0 comments on commit 111dca3

Please sign in to comment.