Skip to content

Commit

Permalink
Remove unnecessary code, set cursor to default
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 24, 2023
1 parent ad5401c commit 6b2cb81
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,7 @@ 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}
bgColor={"#ffffff"}
fgColor={"#000000"}
level={"L"}
includeMargin={false}
style={{ borderRadius: "0px" }} // forcefully remove border radius
className="p-1"
/>
<QRCodeSVG value={account.address} size={180} className="p-1 !rounded-none cursor-default" />
</li>
<li>
{addressCopied ? (
Expand Down

0 comments on commit 6b2cb81

Please sign in to comment.