chore: Follow up fix systemui overlay style

This commit is contained in:
Christian Pauly 2022-08-28 06:46:53 +02:00
parent dcccf79229
commit a6f1d00daf
1 changed files with 2 additions and 2 deletions

View File

@ -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(