From fb78bea6f2baf4fce45af515e75b5a5505c90fbc Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 24 Feb 2026 15:24:25 +0900 Subject: [PATCH] =?UTF-8?q?uf=20=EB=A6=B0=ED=8A=B8=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/auth/presentation/forgot_password_screen.dart | 5 ++++- .../lib/features/auth/presentation/login_success_screen.dart | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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(