mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix missing label style on multiselect
This commit is contained in:
@@ -23,6 +23,7 @@ export const MultiSelect = ({
|
|||||||
classNames={{
|
classNames={{
|
||||||
dropdown: styles.dropdown,
|
dropdown: styles.dropdown,
|
||||||
input: styles.input,
|
input: styles.input,
|
||||||
|
label: styles.label,
|
||||||
option: styles.option,
|
option: styles.option,
|
||||||
root: styles.root,
|
root: styles.root,
|
||||||
...classNames,
|
...classNames,
|
||||||
|
|||||||
Reference in New Issue
Block a user