Updated colors and changed button color

This commit is contained in:
2025-07-31 22:56:33 +02:00
parent 3debe3d88e
commit 5e812717c7
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: () {