Changed color

This commit is contained in:
2025-07-10 18:52:03 +02:00
parent ca9c3a15f3
commit 51a2a789e7

View File

@@ -235,7 +235,8 @@ class _ActiveGameViewState extends State<ActiveGameView> {
child: Text(
AppLocalizations.of(context).end_game,
style: const TextStyle(
fontWeight: FontWeight.bold, color: Colors.red),
fontWeight: FontWeight.bold,
color: CupertinoColors.destructiveRed),
),
onPressed: () {
setState(() {