Updated spaces and padding

This commit is contained in:
Felix Kirchner
2025-05-03 02:25:58 +02:00
parent 8e765fd11b
commit 663adb717e
2 changed files with 3 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ class _CreateGameState extends State<CreateGame> {
),
),
Padding(
padding: const EdgeInsets.fromLTRB(10, 10, 10, 0),
padding: const EdgeInsets.fromLTRB(15, 10, 10, 0),
child: CupertinoTextField(
decoration: const BoxDecoration(),
maxLength: 16,
@@ -61,7 +61,7 @@ class _CreateGameState extends State<CreateGame> {
),
// Spielmodus-Auswahl mit Chevron
Padding(
padding: const EdgeInsets.fromLTRB(10, 10, 10, 0),
padding: const EdgeInsets.fromLTRB(15, 10, 10, 0),
child: CupertinoTextField(
decoration: const BoxDecoration(),
readOnly: true,