Skip to content

Commit

Permalink
fix: status bar icon brightness for iOS light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zied-Dahmani committed Sep 2, 2024
1 parent 422aa8f commit bd4da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/design/themes/hypha_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class HyphaTheme {
systemOverlayStyle: const SystemUiOverlayStyle(
// Status bar brightness (optional)
statusBarIconBrightness: Brightness.light, // For Android (light icons)
statusBarBrightness: Brightness.dark, // For iOS (light icons)
statusBarBrightness: Brightness.light, // For iOS (dark icons)
),
),
bottomNavigationBarTheme: AppBottomNavigationTheme.bottomNavigationThemeData(lightColorScheme),
Expand Down

0 comments on commit bd4da32

Please sign in to comment.