style(Search): fix incorrect left icon color (#9100)

This commit is contained in:
neverland
2021-07-23 10:16:58 +08:00
committed by GitHub
parent 11b81c27cd
commit ffa3763e0b
4 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -40,12 +40,12 @@
line-height: var(--van-search-input-height);
}
.van-cell {
&__field {
flex: 1;
padding: 5px var(--van-padding-xs) 5px 0;
background-color: transparent;
&__left-icon {
.van-field__left-icon {
color: var(--van-search-left-icon-color);
}
}