Skip to content

Commit

Permalink
Fix theme screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Feb 21, 2024
1 parent f1c9f26 commit a8ba5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/view/settings/board_theme_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class _Body extends ConsumerWidget {
Container(
width: 32,
color: c.isEven
? BoardTheme.systemColors.darkSquare
: BoardTheme.systemColors.lightSquare,
? BoardTheme.system.colors.darkSquare
: BoardTheme.system.colors.lightSquare,
),
],
),
Expand Down

0 comments on commit a8ba5ff

Please sign in to comment.