Changed button icon
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m10s

This commit is contained in:
2026-01-18 13:08:33 +01:00
parent cca09cc27e
commit 9a5929382b
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ class _MatchDetailViewState extends State<MatchDetailView> {
const SizedBox(width: 15),
MainMenuButton(
text: loc.enter_results,
icon: Icons.note_add,
icon: Icons.emoji_events,
onPressed: () async {
currentWinner = await Navigator.push(
context,

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.9+242
version: 0.0.9+243
environment:
sdk: ^3.8.1