forked from baron/baron-sso
userfront: 회원가입 페이지에 dart format 표준 서식 적용 (#1183)
This commit is contained in:
@@ -1746,9 +1746,7 @@ Matters not expressly provided in this Policy are governed by the Company's inte
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: _signupSurface,
|
color: _signupSurface,
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(12),
|
||||||
border: Border.all(
|
border: Border.all(color: _signupBorder),
|
||||||
color: _signupBorder,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
|
|||||||
Reference in New Issue
Block a user