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,