Changed button icon
This commit is contained in:
@@ -233,7 +233,7 @@ class _MatchDetailViewState extends State<MatchDetailView> {
|
|||||||
const SizedBox(width: 15),
|
const SizedBox(width: 15),
|
||||||
MainMenuButton(
|
MainMenuButton(
|
||||||
text: loc.enter_results,
|
text: loc.enter_results,
|
||||||
icon: Icons.note_add,
|
icon: Icons.emoji_events,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
currentWinner = await Navigator.push(
|
currentWinner = await Navigator.push(
|
||||||
context,
|
context,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: game_tracker
|
name: game_tracker
|
||||||
description: "Game Tracking App for Card Games"
|
description: "Game Tracking App for Card Games"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.0.9+242
|
version: 0.0.9+243
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user