Skip to content

Commit

Permalink
fix(popup/ConnectWalletForm): make it centered in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Oct 22, 2024
1 parent 0004cb9 commit f761035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/components/ConnectWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const ConnectWalletForm = ({
return (
<form
data-testid="connect-wallet-form"
className="flex flex-col gap-4"
className="my-auto flex flex-col gap-4"
onSubmit={handleSubmit}
>
<div className={cn(!!errors.connect && 'sr-only')}>
Expand Down

0 comments on commit f761035

Please sign in to comment.