Skip to content

Commit

Permalink
fix system icon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Jan 3, 2024
1 parent a7fab6a commit 1c48a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class MyApp extends StatelessWidget {
appBarTheme: const AppBarTheme(
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
statusBarBrightness: Brightness.dark,
statusBarIconBrightness: Brightness.dark,
statusBarBrightness: Brightness.light,
statusBarIconBrightness: Brightness.light,
)),
fontFamily: "Roboto",
colorSchemeSeed: primary,
Expand Down

0 comments on commit 1c48a00

Please sign in to comment.