Skip to content

Commit

Permalink
Merge pull request #233 from brainstormforce/uat-bugs/select-combobox
Browse files Browse the repository at this point in the history
SRML-64 - fix: Select combobox search icon size
  • Loading branch information
jaieds authored Dec 30, 2024
2 parents 6e9bc8d + 111dca3 commit 61b18e5
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 61b18e5

Please sign in to comment.