From f488ba8615b70a75adbbdb34d8bcdb9901325ec7 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:23:38 -0300 Subject: [PATCH] Update enter_your_password_modal.dart --- .../login/views/modals/enter_your_password_modal.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication/login/views/modals/enter_your_password_modal.dart b/lib/authentication/login/views/modals/enter_your_password_modal.dart index c9f2138da2..88f6ea7f51 100644 --- a/lib/authentication/login/views/modals/enter_your_password_modal.dart +++ b/lib/authentication/login/views/modals/enter_your_password_modal.dart @@ -236,7 +236,7 @@ class _EnterYourPasswordWidgetState extends State { child: ArDriveButtonNew( variant: ButtonVariant.outline, text: 'Advanced Settings', - maxHeight: 32, + maxHeight: 40, typography: typography, onPressed: () { showGatewaySwitcherModal(context);