diff --git a/dapp/src/components/Navbar/ConnectWallet.tsx b/dapp/src/components/Navbar/ConnectWallet.tsx index e7302cd49..62838f620 100644 --- a/dapp/src/components/Navbar/ConnectWallet.tsx +++ b/dapp/src/components/Navbar/ConnectWallet.tsx @@ -25,10 +25,13 @@ function ConnectButton({ account, requestAccount, }: ConnectButtonsProps) { + const styles = !account ? { color: "error", borderColor: "error" } : undefined return (