Implementierung der Games #203

Merged
flixcoo merged 34 commits from feature/119-implementierung-der-games-2 into development 2026-05-09 17:13:46 +00:00
Showing only changes of commit 28fb608b30 - Show all commits

View File

@@ -150,7 +150,10 @@ class _CreateGameViewState extends State<CreateGameView> {
context: context, context: context,
builder: (context) => CustomAlertDialog( builder: (context) => CustomAlertDialog(
title: loc.delete_game, title: loc.delete_game,
content: Text(dialogContent), content: Text(
dialogContent,
style: const TextStyle(fontSize: 15),
),
actions: [ actions: [
CustomDialogAction( CustomDialogAction(
isDestructive: true, isDestructive: true,