mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-21 20:39:22 +00:00
Fix appbar brightness
This commit is contained in:
parent
e3ccef537a
commit
4ed382a7c4
@ -66,7 +66,10 @@ class ComunicApplicationState extends State<ComunicApplication> {
|
||||
theme: (prefs.enableDarkMode ? ThemeData.dark() : ThemeData.fallback())
|
||||
.copyWith(
|
||||
primaryColor: config().primaryColor,
|
||||
primaryColorDark: config().primaryColorDark),
|
||||
primaryColorDark: config().primaryColorDark,
|
||||
appBarTheme: AppBarTheme(
|
||||
brightness: Brightness.dark,
|
||||
)),
|
||||
showPerformanceOverlay: prefs.showPerformancesOverlay,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user