Skip to content

Commit

Permalink
added background
Browse files Browse the repository at this point in the history
  • Loading branch information
babkenmes committed Dec 18, 2024
1 parent 4f749f6 commit 96d2983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Input/SourceWalletPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@ const Connect: FC<{ connectFn?: () => Promise<Wallet | undefined | void>; setMou
}

const ContinueWithoutWallet: FC<{ onClick: () => void }> = ({ onClick }) => {
//TODO: bg-secondary-900 is a hotfix, should refactor and fix sticky footer for VaulDrawer
return (
<div className="inline-flex items-center gap-1.5 justify-center w-full pt-3">
<div className="inline-flex items-center gap-1.5 justify-center w-full pt-3 bg-secondary-900">
<button onClick={onClick} className="underline hover:no-underline text-base text-center text-secondary-text cursor-pointer ">
Continue without a wallet
</button>
Expand Down

0 comments on commit 96d2983

Please sign in to comment.