mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Change color of dark theme for UI overlay
This commit is contained in:
		| @@ -100,7 +100,14 @@ class ImmichSliverAppBar extends ConsumerWidget { | ||||
|             ], | ||||
|           ), | ||||
|         ], | ||||
|         systemOverlayStyle: SystemUiOverlayStyle.light, | ||||
|         systemOverlayStyle: const SystemUiOverlayStyle( | ||||
|           // Status bar color | ||||
|           statusBarColor: Colors.indigo, | ||||
|  | ||||
|           // Status bar brightness (optional) | ||||
|           statusBarIconBrightness: Brightness.dark, // For Android (dark icons) | ||||
|           statusBarBrightness: Brightness.light, // For iOS (dark icons) | ||||
|         ), | ||||
|       ), | ||||
|     ); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user