From 9a5929382b3dfb1c4b6a39e837183b27d6db7099 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 18 Jan 2026 13:08:33 +0100 Subject: [PATCH] Changed button icon --- .../views/main_menu/match_view/match_detail_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/views/main_menu/match_view/match_detail_view.dart b/lib/presentation/views/main_menu/match_view/match_detail_view.dart index d70d9aa..05fb6c0 100644 --- a/lib/presentation/views/main_menu/match_view/match_detail_view.dart +++ b/lib/presentation/views/main_menu/match_view/match_detail_view.dart @@ -233,7 +233,7 @@ class _MatchDetailViewState extends State { const SizedBox(width: 15), MainMenuButton( text: loc.enter_results, - icon: Icons.note_add, + icon: Icons.emoji_events, onPressed: () async { currentWinner = await Navigator.push( context, diff --git a/pubspec.yaml b/pubspec.yaml index 54ff72b..a2025b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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