Fix modal text alignment

This commit is contained in:
problematicconsumer
2024-01-12 22:34:37 +03:30
parent 7ee5d97b9b
commit 835668b869

View File

@@ -248,6 +248,7 @@ class _Button extends StatelessWidget {
child: Text(
label,
style: theme.textTheme.labelLarge?.copyWith(color: color),
textAlign: TextAlign.center,
),
),
],