fix: increased font size
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user