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,