mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix: field error placeholder color
This commit is contained in:
@@ -50,7 +50,10 @@
|
|||||||
|
|
||||||
&--error {
|
&--error {
|
||||||
.van-field__control {
|
.van-field__control {
|
||||||
color: $c-red;
|
&,
|
||||||
|
&::placeholder {
|
||||||
|
color: $c-red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user