From abf2294bf3c79ddb93c0de62624724aaf3d03bf1 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 7 May 2020 23:36:48 -0300 Subject: [PATCH] Update menu bar account hover background color (#8555) The hover state background color of the "Account" in the popup home screen menu bar has been updated to match the hover state background color of the connected status indicator. Both hover state backgrounds now match. --- ui/app/components/app/selected-account/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/app/selected-account/index.scss b/ui/app/components/app/selected-account/index.scss index 0fee55500..c4fa5af7c 100644 --- a/ui/app/components/app/selected-account/index.scss +++ b/ui/app/components/app/selected-account/index.scss @@ -39,7 +39,7 @@ cursor: pointer; &:hover { - background-color: #e8e6e8; + background-color: $Grey-000; } &:active {