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