diff --git a/userfront/lib/features/auth/presentation/forgot_password_screen.dart b/userfront/lib/features/auth/presentation/forgot_password_screen.dart index 40543758..b3fe1d96 100644 --- a/userfront/lib/features/auth/presentation/forgot_password_screen.dart +++ b/userfront/lib/features/auth/presentation/forgot_password_screen.dart @@ -98,7 +98,10 @@ class _ForgotPasswordScreenState extends State { children: [ Text( tr('ui.userfront.forgot.heading'), - style: const TextStyle(fontSize: 28, fontWeight: FontWeight.bold), + style: const TextStyle( + fontSize: 28, + fontWeight: FontWeight.bold, + ), textAlign: TextAlign.center, ), if (_drySendEnabled) ...[ diff --git a/userfront/lib/features/auth/presentation/login_success_screen.dart b/userfront/lib/features/auth/presentation/login_success_screen.dart index a8ea5dc6..81c89486 100644 --- a/userfront/lib/features/auth/presentation/login_success_screen.dart +++ b/userfront/lib/features/auth/presentation/login_success_screen.dart @@ -23,7 +23,10 @@ class LoginSuccessScreen extends StatelessWidget { const SizedBox(height: 24), Text( tr('ui.userfront.login_success.title'), - style: const TextStyle(fontSize: 32, fontWeight: FontWeight.bold), + style: const TextStyle( + fontSize: 32, + fontWeight: FontWeight.bold, + ), ), const SizedBox(height: 16), Text(