Merge branch 'develop' into bug/149-hide-keyboard-when-button-create-game-is-pressed

# Conflicts:
#	pubspec.yaml
This commit is contained in:
2025-07-31 23:05:30 +02:00
6 changed files with 19 additions and 14 deletions

View File

@@ -311,11 +311,12 @@ class _ActiveGameViewState extends State<ActiveGameView> {
content: Text(AppLocalizations.of(context).end_game_message),
actions: [
CupertinoDialogAction(
isDestructiveAction: true,
child: Text(
AppLocalizations.of(context).end_game,
style: const TextStyle(
fontWeight: FontWeight.bold,
color: CupertinoColors.destructiveRed),
fontWeight: FontWeight.bold,
),
),
onPressed: () {
setState(() {