From 9bbd31445252fa0a88ab5a8a93af0342f44cd703 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 9 Oct 2019 22:11:39 -0400 Subject: [PATCH] Fixed: PageHeader Action Hover Color --- frontend/src/Components/Page/Header/PageHeaderActionsMenu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css index 0fee43911..d2cece6e5 100644 --- a/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css +++ b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css @@ -5,7 +5,7 @@ text-align: center; &:hover { - color: $themeDarkColor; + color: $toobarButtonHoverColor; } }