fix font awesome icons use
This commit is contained in:
parent
0dc8ac49be
commit
95511fdc99
7 changed files with 12 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue