Skip to content

Commit

Permalink
chore: update text color on dark mode for WalletButton
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Aug 11, 2023
1 parent 97f9117 commit 077f8d9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ const WalletButton = forwardRef<HTMLButtonElement, WalletButtonProps>(
`shrink-0 grow-0 ${getFlexBasic('lg')}`
),
})}
<Typography variant="body1" fw="bold" component="p">
<Typography
variant="body1"
fw="bold"
component="p"
className="dark:text-mono-0"
>
{isHex(address)
? `${shortenHex(address)}`
: `${shortenString(address)})}`}
Expand Down

0 comments on commit 077f8d9

Please sign in to comment.