Skip to content

Commit

Permalink
Remove background
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 24, 2023
1 parent 6b2cb81 commit 10e2c54
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ export const RainbowKitCustomConnectButton = () => {
</label>
<ul tabIndex={0} className="dropdown-content menu p-2 mt-1 shadow-lg bg-base-100 rounded-box">
<li className="items-center">
<QRCodeSVG value={account.address} size={180} className="p-1 !rounded-none cursor-default" />
<QRCodeSVG
value={account.address}
size={180}
className="p-1 !rounded-none cursor-default bg-inherit"
/>
</li>
<li>
{addressCopied ? (
Expand Down

0 comments on commit 10e2c54

Please sign in to comment.