From bce857c9110388ae21cb3f6b7ee84f75db4b0baf Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:26:43 +0100 Subject: [PATCH] fix: stop create account button disappearing at smaller heights, #4165 --- .../switch-account-drawer/components/create-account-action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/switch-account-drawer/components/create-account-action.tsx b/src/app/features/switch-account-drawer/components/create-account-action.tsx index 3d8ca2e192a..3adf5e2b0b3 100644 --- a/src/app/features/switch-account-drawer/components/create-account-action.tsx +++ b/src/app/features/switch-account-drawer/components/create-account-action.tsx @@ -7,7 +7,7 @@ interface CreateAccountActionProps { } export function CreateAccountAction({ onCreateAccount }: CreateAccountActionProps) { return ( - + onCreateAccount()}> Create new account