Skip to content

Commit

Permalink
fix: underlaid button, closes #4615
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 1, 2023
1 parent 89bd3c5 commit 907f33c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function CreateAccountAction({ onCreateAccount }: CreateAccountActionProp
position="fixed"
bottom={0}
width="100%"
zIndex={1}
>
<LeatherButton fullWidth onClick={() => onCreateAccount()}>
Create new account
Expand Down

0 comments on commit 907f33c

Please sign in to comment.