Skip to content

Commit

Permalink
update centering when less than 4 connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Nov 30, 2023
1 parent 269b98f commit 281b79e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const ConnectWalletContent = (props: ConnectWalletContentProps) => {
marginTop="3"
gap="2"
flexDirection="row"
justifyContent="flex-start"
justifyContent="center"
alignItems="center"
flexWrap="wrap"
>
Expand Down Expand Up @@ -206,7 +206,7 @@ export const ConnectWalletContent = (props: ConnectWalletContentProps) => {
marginTop="3"
gap="2"
flexDirection="row"
justifyContent="flex-start"
justifyContent="center"
alignItems="center"
>
{walletConnectors.map(connector => {
Expand Down

0 comments on commit 281b79e

Please sign in to comment.