SearchBar colors updated

This commit is contained in:
nklhrstv 2020-03-26 23:32:17 +02:00
parent 15bb6c5c7b
commit 69eb569c1b

View file

@ -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;
}
}
}