From 69eb569c1b635d7c0ac56444eff7e84df49c5088 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 23:32:17 +0200 Subject: [PATCH] SearchBar colors updated --- src/common/NavBar/HorizontalNavBar/SearchBar/styles.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common/NavBar/HorizontalNavBar/SearchBar/styles.less b/src/common/NavBar/HorizontalNavBar/SearchBar/styles.less index 5fa696c26..0314f6c32 100644 --- a/src/common/NavBar/HorizontalNavBar/SearchBar/styles.less +++ b/src/common/NavBar/HorizontalNavBar/SearchBar/styles.less @@ -19,7 +19,8 @@ flex-direction: row; align-items: center; padding: 0 0.5rem 0 1.5rem; - color: @color-secondaryvariant1-light1-90; + font-weight: 500; + color: @color-secondaryvariant1-light1; cursor: text; &::placeholder, .placeholder-label { @@ -40,7 +41,7 @@ &:hover { .icon { - fill: @color-secondaryvariant2-light1; + fill: @color-secondaryvariant2-light1-90; } } @@ -48,7 +49,7 @@ flex: none; width: 1.7rem; height: 1.7rem; - fill: @color-secondaryvariant1; + fill: @color-secondaryvariant1-90; } } } \ No newline at end of file