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