diff --git a/front/packages/primitives/src/select.web.tsx b/front/packages/primitives/src/select.web.tsx index 6a8b8601..909a2760 100644 --- a/front/packages/primitives/src/select.web.tsx +++ b/front/packages/primitives/src/select.web.tsx @@ -46,6 +46,7 @@ export const Select = ({ values: string[]; getLabel: (key: string) => string; }) => { + const { css: wCss } = useYoshiki(); const { css } = useNativeYoshiki(); return ( @@ -77,7 +78,7 @@ export const Select = ({ })} >

{}

- +