fix: increased font size
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 48s

This commit is contained in:
2026-05-08 19:45:46 +02:00
parent 0d1ed3e666
commit 28fb608b30

View File

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