Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Dec 12, 2024
1 parent 82edf62 commit 0b9ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/board/pedax_board.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class PedaxBoardState extends State<PedaxBoard> {
required final bool searchHasCompleted,
}) {
final color = isBestMove ? Colors.lightBlue[200] : Colors.lime;
if (!searchHasCompleted && !isBookMove) return color?.withOpacity(0.3);
if (!searchHasCompleted && !isBookMove) return color?.withValues(alpha: 0.3);
return color;
}
}

0 comments on commit 0b9ba16

Please sign in to comment.