From 9300061e3011d7ef094ff52c458e2bb73def0b71 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sun, 29 Mar 2020 10:53:51 +0300 Subject: [PATCH] nav menu active styles changed --- src/common/NavBar/HorizontalNavBar/styles.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/common/NavBar/HorizontalNavBar/styles.less b/src/common/NavBar/HorizontalNavBar/styles.less index 1bd374b2a..5289bfa4a 100644 --- a/src/common/NavBar/HorizontalNavBar/styles.less +++ b/src/common/NavBar/HorizontalNavBar/styles.less @@ -74,7 +74,11 @@ } &:global(.active) { - background-color: @color-background-light1; + background-color: @color-background-light3; + + .icon { + fill: @color-surface-light5-90; + } } .icon {