mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-22 10:04:09 +01:00
refactor: Use default systemUiOverlayStyle
This commit is contained in:
parent
d986986c97
commit
8292ee77d1
@ -99,11 +99,7 @@ abstract class FluffyThemes {
|
|||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
systemOverlayStyle: SystemUiOverlayStyle(
|
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
||||||
systemNavigationBarColor: Colors.white,
|
|
||||||
systemNavigationBarIconBrightness: Brightness.dark,
|
|
||||||
statusBarColor: Colors.transparent,
|
|
||||||
),
|
|
||||||
textTheme: TextTheme(
|
textTheme: TextTheme(
|
||||||
headline6: TextStyle(
|
headline6: TextStyle(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
@ -182,11 +178,7 @@ abstract class FluffyThemes {
|
|||||||
appBarTheme: AppBarTheme(
|
appBarTheme: AppBarTheme(
|
||||||
brightness: Brightness.dark,
|
brightness: Brightness.dark,
|
||||||
color: Color(0xff1D1D1D),
|
color: Color(0xff1D1D1D),
|
||||||
systemOverlayStyle: SystemUiOverlayStyle(
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||||
systemNavigationBarColor: Colors.black,
|
|
||||||
systemNavigationBarIconBrightness: Brightness.light,
|
|
||||||
statusBarColor: Colors.transparent,
|
|
||||||
),
|
|
||||||
textTheme: TextTheme(
|
textTheme: TextTheme(
|
||||||
headline6: TextStyle(
|
headline6: TextStyle(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
|
Loading…
Reference in New Issue
Block a user