Skip to content

Commit

Permalink
Update no-wallets-installed width
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Apr 5, 2024
1 parent b6f397d commit 2bcc06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/WalletProviderSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export function WalletProviderSelector() {
.card {
max-width: calc(100vw - 2rem);
${hasAnyWalletInstalled() ? "" : "width: 360px;"}
border-bottom-left-radius: ${cardRadius};
border-bottom-right-radius: ${cardRadius};
}
Expand Down

0 comments on commit 2bcc06a

Please sign in to comment.