From c126900fee7746dd3193a719fd8fe08cacd2ce87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=9C=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D0=B2?= Date: Thu, 26 Feb 2026 17:48:55 +0300 Subject: [PATCH] fix(MaxUI): update config deps --- src/components/MaxUI/MaxUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,