mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-25 19:00:45 +01:00
chore: Follow up fix systemui overlay style
This commit is contained in:
parent
dcccf79229
commit
a6f1d00daf
@ -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…
x
Reference in New Issue
Block a user