Skip to content

Commit

Permalink
Fix shape tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Jul 22, 2024
1 parent d9f6a29 commit 612d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/shape.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ShapeWidget extends StatelessWidget {
orientation: orientation,
squareId: orig,
child: Image.asset(
'assets/piece_sets/mono/${role.letter}.png',
'assets/piece_sets/mono/${role.uppercaseLetter}.png',
package: 'chessground',
color: color,
width: scale * squareSize,
Expand Down

0 comments on commit 612d9ad

Please sign in to comment.