Skip to content

Commit

Permalink
fix: chevron and clear icon wrong size (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp authored Jan 9, 2025
1 parent 6843d68 commit a35a702
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/form/MultipleComboBox/MultipleComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export const MultipleComboBox = ({
/* Fix the placement of the adornment elements */
'& .MuiAutocomplete-endAdornment': {
top: 'calc(50% - 12px)',

'& .MuiButtonBase-root': {
height: '24px',
width: '24px',
borderRadius: '8px',
},
},
}}
open={showOptionsOnlyWhenTyping ? open : undefined}
Expand Down

0 comments on commit a35a702

Please sign in to comment.