From 663fdd426fd13fab8f4d840075e86316031f42d1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 28 Nov 2025 22:30:17 -0800 Subject: [PATCH] fix missing label style on multiselect --- src/shared/components/multi-select/multi-select.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/multi-select/multi-select.tsx b/src/shared/components/multi-select/multi-select.tsx index 3a9984dfa..77d9e60fc 100644 --- a/src/shared/components/multi-select/multi-select.tsx +++ b/src/shared/components/multi-select/multi-select.tsx @@ -23,6 +23,7 @@ export const MultiSelect = ({ classNames={{ dropdown: styles.dropdown, input: styles.input, + label: styles.label, option: styles.option, root: styles.root, ...classNames,