1
0
forked from baron/baron-sso

userfront: 회원가입 페이지에 dart format 표준 서식 적용 (#1183)

This commit is contained in:
2026-06-16 18:38:41 +09:00
parent d8327afac8
commit 5f153bc370

View File

@@ -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,