icon: Replace game icon to table_simple_24_regular
This commit is contained in:
parent
5be602ec31
commit
3d65ddc1ab
|
@ -1429,7 +1429,7 @@ class _GamePageState extends State<GamePage>
|
|||
// Replace with a Row for horizontal icon + text
|
||||
children: <Widget>[
|
||||
Icon(
|
||||
FluentIcons.games_24_regular,
|
||||
FluentIcons.table_simple_24_regular,
|
||||
color: Color(Config.mainToolbarIconColor),
|
||||
),
|
||||
Text(S.of(context).game,
|
||||
|
|
Loading…
Reference in New Issue