From e77832115c41a4ad7633ff6491957733a7a93abf Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 3 Aug 2020 10:22:23 +0200 Subject: [PATCH] menu account color fix --- src/components/molecules/Wallet/Account.module.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/Wallet/Account.module.css b/src/components/molecules/Wallet/Account.module.css index d8a4f57cd..62ea614a9 100644 --- a/src/components/molecules/Wallet/Account.module.css +++ b/src/components/molecules/Wallet/Account.module.css @@ -8,12 +8,16 @@ padding: calc(var(--spacer) / 4); white-space: nowrap; background: none; - color: var(--brand-grey); margin: 0; transition: border 0.2s ease-out; cursor: pointer; } +.button, +.address { + color: var(--brand-grey); +} + .button:hover, .button:focus { transform: none;