mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix appbar brightness
This commit is contained in:
		@@ -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,
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user