From a6f1d00dafa3c5b278a3d3768b0967113153b5ba Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 28 Aug 2022 06:46:53 +0200 Subject: [PATCH] chore: Follow up fix systemui overlay style --- lib/config/themes.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index db68a90b..c7165149 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -59,8 +59,8 @@ abstract class FluffyThemes { brightness == Brightness.light ? Colors.white : Colors.black, shadowColor: Colors.black.withAlpha(64), systemOverlayStyle: brightness == Brightness.light - ? SystemUiOverlayStyle.light - : SystemUiOverlayStyle.dark, + ? SystemUiOverlayStyle.dark + : SystemUiOverlayStyle.light, ), elevatedButtonTheme: ElevatedButtonThemeData( style: ElevatedButton.styleFrom(