Skip to content

Commit

Permalink
fix: vesting styles
Browse files Browse the repository at this point in the history
  • Loading branch information
GarageInc committed Nov 6, 2024
1 parent e51180c commit 4e8708b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/vesting/src/components/select-wallet-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function SelectWalletModal({
{isMobileUA && !isHaqqWallet && deeplink && (
<div>
<Button
className="min-w-[220px]"
className="w-full min-w-[220px]"
onClick={() => {
window.location.href = deeplink;
}}
Expand All @@ -54,7 +54,7 @@ export function SelectWalletModal({
return (
<div key={connector.id}>
<Button
className="min-w-[220px]"
className="w-full min-w-[220px]"
onClick={() => {
onConnectClick(connector.id);
}}
Expand Down

0 comments on commit 4e8708b

Please sign in to comment.