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

@@ -176,9 +176,9 @@ class _CreateGameViewState extends State<CreateGameView> {
children: [
CupertinoButton(
padding: EdgeInsets.zero,
child: const Icon(
child: Icon(
CupertinoIcons.minus_circle_fill,
color: CupertinoColors.destructiveRed,
color: CustomTheme.red,
size: 25,
),
onPressed: () {