Skip to content

Commit

Permalink
Restore default ios bar background
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 11, 2024
1 parent 9a9ae02 commit 8344ede
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ class _AppState extends ConsumerState<Application> {
? LichessColors.primary
: const Color(0xFF3692E7),
brightness: brightness,
barBackgroundColor:
const CupertinoDynamicColor.withBrightness(
color: Color(0xC8F9F9F9),
darkColor: Color(0xC81D1D1D),
),
scaffoldBackgroundColor: brightness == Brightness.light
? CupertinoColors.systemGroupedBackground
: null,
Expand Down

0 comments on commit 8344ede

Please sign in to comment.