From 5f153bc3709da52a6d0ce8146ed919e972f0dd9b Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 16 Jun 2026 18:38:41 +0900 Subject: [PATCH] =?UTF-8?q?userfront:=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=20dart=20forma?= =?UTF-8?q?t=20=ED=91=9C=EC=A4=80=20=EC=84=9C=EC=8B=9D=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userfront/lib/features/auth/presentation/signup_screen.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/userfront/lib/features/auth/presentation/signup_screen.dart b/userfront/lib/features/auth/presentation/signup_screen.dart index 7b98c01c..80b71823 100644 --- a/userfront/lib/features/auth/presentation/signup_screen.dart +++ b/userfront/lib/features/auth/presentation/signup_screen.dart @@ -1746,9 +1746,7 @@ Matters not expressly provided in this Policy are governed by the Company's inte decoration: BoxDecoration( color: _signupSurface, borderRadius: BorderRadius.circular(12), - border: Border.all( - color: _signupBorder, - ), + border: Border.all(color: _signupBorder), ), child: Column( crossAxisAlignment: CrossAxisAlignment.stretch,