Skip to content

Commit 4c1e0d5

Browse files
committed
Merge branch 'develop'
2 parents cc98ddf + 03b494e commit 4c1e0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/auth/login_view.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ class _LoginState extends State<LoginView> {
524524
Padding(
525525
padding: EdgeInsets.only(top: 30, bottom: 10),
526526
child: RoundedLoadingButton(
527-
height: 38,
528-
width: 210,
527+
height: 42,
528+
width: _createAccount ? 220 : 214,
529529
controller: _buttonController,
530530
color: convertHexStringToColor('#4285F4'),
531531
onPressed: () => _createAccount

0 commit comments

Comments
 (0)