fix font awesome icons use

This commit is contained in:
Yasien Mac Mini 2026-06-01 15:37:27 +02:00
parent 0dc8ac49be
commit 95511fdc99
7 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@ class MineTile extends StatelessWidget {
if (square.isOpened) {
if (square.hasBomb) {
return const Icon(FontAwesomeIcons.bomb, color: Colors.black);
return const Icon(MihIcons.minesweeper, color: Colors.black);
} else if (square.bombsAround > 0) {
// Display bomb count
return Center(