update multiselect styles

This commit is contained in:
jeffvli
2025-12-28 15:07:57 -08:00
parent ffdef596ad
commit 109788ebbb
5 changed files with 30 additions and 8 deletions
@@ -25,9 +25,17 @@ export const MultiSelect = ({
input: styles.input,
label: styles.label,
option: styles.option,
pill: styles.pill,
pillsList: styles.pillsList,
root: styles.root,
...classNames,
}}
clearButtonProps={{
classNames: {
root: styles.clearButton,
},
variant: 'transparent',
}}
style={{ maxWidth, width }}
variant={variant}
withCheckIcon={false}