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 {