Skip to content

Commit

Permalink
Use same color for all puzzle buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 5, 2023
1 parent 8bb23c6 commit 0e9af82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/puzzle/puzzle_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class _PuzzleButton extends StatelessWidget {
icon: const Icon(
LichessIcons.target,
size: 44,
color: LichessColors.secondary,
color: LichessColors.brag,
),
title: Text(
'Puzzle training',
Expand Down

0 comments on commit 0e9af82

Please sign in to comment.