fix missing label style on multiselect

This commit is contained in:
jeffvli
2025-11-28 22:30:17 -08:00
parent 72e2e6daca
commit 663fdd426f
@@ -23,6 +23,7 @@ export const MultiSelect = ({
classNames={{
dropdown: styles.dropdown,
input: styles.input,
label: styles.label,
option: styles.option,
root: styles.root,
...classNames,