From 5cf856fdff93489796ea3b779a0029a0fa540057 Mon Sep 17 00:00:00 2001 From: XMLHexagram Date: Sat, 4 Jan 2025 16:56:13 +0800 Subject: [PATCH] fix(iOS): Color Mode switch error --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index c38b269ee..dda72674a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -390,7 +390,7 @@ class _RuneState extends State { final theme = FluentTheme.of(context); Widget content = Container( - color: appTheme.windowEffect == WindowEffect.solid + color: (appTheme.windowEffect == WindowEffect.solid || Platform.isIOS) ? theme.micaBackgroundColor : Colors.transparent, child: Directionality(