Skip to content

Commit

Permalink
Merge pull request #453 from bannzai/fix/ui/status_bar_appearance
Browse files Browse the repository at this point in the history
Fix status bar appearance mode
  • Loading branch information
bannzai committed Dec 30, 2021
2 parents be6f45f + d0c8a96 commit cc0b316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entrypoint.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class App extends StatelessWidget {
],
theme: ThemeData(
appBarTheme: AppBarTheme(
systemOverlayStyle: SystemUiOverlayStyle.light,
systemOverlayStyle: SystemUiOverlayStyle.dark,
centerTitle: true,
color: PilllColors.white,
elevation: 3,
Expand Down

0 comments on commit cc0b316

Please sign in to comment.