Skip to content

Commit 1ce5fa5

Browse files
committed
UI improvements to wallet dropdown and stuff
1 parent f23bd68 commit 1ce5fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nextjs/app/onchainkit-examples/_components/OnchainKitIdentity.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Address as Addr, Avatar, Badge, Identity, Name } from "@coinbase/onchai
33
export const OnchainKitIdentity = () => {
44
return (
55
<Identity
6-
address="0x34aA3F359A9D614239015126635CE7732c18fDF3"
6+
address="0xc120E5D1643a2eB946e21a942d787A299839EBFA"
77
schemaId="0xf8b05c79f090979bf4a80270aba232dff11a10d9ca55c4f88de95317970f0de9"
88
>
99
<Avatar />

packages/nextjs/components/punk-society/PunkConnectButton/AddressInfoDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const AddressInfoDropdown = ({ address, blockExplorerAddressLink }: Addre
100100
<FundButton
101101
text="Add funds"
102102
fundingUrl={onrampBuyUrl}
103-
className="py-1 px-3.5 gap-1 text-md rounded-xl bg-[#4338CA] hover:bg-[#4f46e5] active:bg-[#4f46e5] justify-start font-normal "
103+
className="py-1 px-6 md:px-3.5 gap-0.5 md:gap-1 text-md rounded-xl bg-[#4338CA] hover:bg-[#4f46e5] active:bg-[#4f46e5] justify-start font-normal "
104104
/>
105105
<li className={selectingNetwork ? "hidden" : ""}>
106106
<button

0 commit comments

Comments
 (0)