icon: Replace info icon to book_information_24_regular

This commit is contained in:
Calcitem 2021-07-20 01:05:53 +08:00
parent 3d65ddc1ab
commit 704dd0ac53
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
1 changed files with 1 additions and 1 deletions

View File

@ -1474,7 +1474,7 @@ class _GamePageState extends State<GamePage>
// Replace with a Row for horizontal icon + text
children: <Widget>[
Icon(
FluentIcons.lightbulb_24_regular,
FluentIcons.book_information_24_regular,
color: Color(Config.mainToolbarIconColor),
),
Text(S.of(context).info,