diff --git a/lib/features/profile/add/add_profile_modal.dart b/lib/features/profile/add/add_profile_modal.dart index 7292e85e..d68831f3 100644 --- a/lib/features/profile/add/add_profile_modal.dart +++ b/lib/features/profile/add/add_profile_modal.dart @@ -248,6 +248,7 @@ class _Button extends StatelessWidget { child: Text( label, style: theme.textTheme.labelLarge?.copyWith(color: color), + textAlign: TextAlign.center, ), ), ],