Skip to content

Commit

Permalink
Merge pull request #299 from hypha-dao/bugfix/status-bar-icon-brightness
Browse files Browse the repository at this point in the history
fix: status bar icon brightness for iOS light mode
  • Loading branch information
Zied-Dahmani authored Sep 3, 2024
2 parents 422aa8f + bd4da32 commit e3be92c
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 e3be92c

Please sign in to comment.