Skip to content

Commit

Permalink
fix: minHeight of WalletLogin button
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 5, 2023
1 parent 81ddddb commit b3e8295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/welcome/WelcomeLogin/WalletLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const WalletLogin = ({ onLogin }: { onLogin?: () => void }) => {
}

return (
<Button onClick={login} sx={{ minHeight: '40px' }} variant="contained" size="small" disableElevation fullWidth>
<Button onClick={login} sx={{ minHeight: '44px' }} variant="contained" size="small" disableElevation fullWidth>
Connect wallet
</Button>
)
Expand Down

0 comments on commit b3e8295

Please sign in to comment.