Skip to content

Commit

Permalink
notes: Fix iOS status bar icon brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
HrX03 committed Jul 11, 2021
1 parent 48a5298 commit 6458f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class Themes {
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
systemNavigationBarColor: Colors.transparent,
statusBarBrightness: scheme.brightness,
statusBarIconBrightness: scheme.brightness.reverse,
systemNavigationBarIconBrightness: scheme.brightness.reverse,
systemNavigationBarContrastEnforced: true,
Expand Down

0 comments on commit 6458f8d

Please sign in to comment.