Fix modal text alignment
This commit is contained in:
@@ -248,6 +248,7 @@ class _Button extends StatelessWidget {
|
||||
child: Text(
|
||||
label,
|
||||
style: theme.textTheme.labelLarge?.copyWith(color: color),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user