diff --git a/src/components/MaxUI/MaxUI.tsx b/src/components/MaxUI/MaxUI.tsx index b944cd0..43375a1 100644 --- a/src/components/MaxUI/MaxUI.tsx +++ b/src/components/MaxUI/MaxUI.tsx @@ -28,7 +28,7 @@ export const MaxUI = forwardRef((props, ref) => { const config = useMemo(() => ({ colorScheme, platform - }), []); + }), [colorScheme]); const rootClassName = clsx( styles.MaxUI,