chore: Follow up fix systemui overlay style

krille/new-navigation
Christian Pauly 3 years ago
parent 5731851d60
commit c37bda8bb4

@ -59,8 +59,8 @@ abstract class FluffyThemes {
brightness == Brightness.light ? Colors.white : Colors.black, brightness == Brightness.light ? Colors.white : Colors.black,
shadowColor: Colors.black.withAlpha(64), shadowColor: Colors.black.withAlpha(64),
systemOverlayStyle: brightness == Brightness.light systemOverlayStyle: brightness == Brightness.light
? SystemUiOverlayStyle.light ? SystemUiOverlayStyle.dark
: SystemUiOverlayStyle.dark, : SystemUiOverlayStyle.light,
), ),
elevatedButtonTheme: ElevatedButtonThemeData( elevatedButtonTheme: ElevatedButtonThemeData(
style: ElevatedButton.styleFrom( style: ElevatedButton.styleFrom(

Loading…
Cancel
Save