Skip to content

Commit

Permalink
docs: Increase Wallet Demo margin (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Jun 27, 2024
1 parent 0888a68 commit d638dc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-guests-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase/onchainkit": patch
---

- **docs**: Add Wallet Demo margin to avoid overlapping neighbor divs. By @cpcramer #741
2 changes: 1 addition & 1 deletion site/docs/components/WalletDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { color } from '@coinbase/onchainkit/theme';

export function WalletDemo() {
return (
<div className="mb-16 flex justify-center">
<div className="mt-10 mb-28 flex justify-center">
<Wallet>
<ConnectWallet>
<Avatar className="h-6 w-6" />
Expand Down

0 comments on commit d638dc9

Please sign in to comment.