mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 10:20:19 +08:00
style(Field): label color updated to gray-7 (#6581)
This commit is contained in:
parent
76cf64a2bf
commit
3083b3a418
@ -9,6 +9,7 @@
|
|||||||
flex: none;
|
flex: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: @field-label-width;
|
width: @field-label-width;
|
||||||
|
color: @field-label-color;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
|
@ -346,6 +346,7 @@
|
|||||||
|
|
||||||
// Field
|
// Field
|
||||||
@field-label-width: 90px;
|
@field-label-width: 90px;
|
||||||
|
@field-label-color: @gray-7;
|
||||||
@field-input-text-color: @text-color;
|
@field-input-text-color: @text-color;
|
||||||
@field-input-error-text-color: @red;
|
@field-input-error-text-color: @red;
|
||||||
@field-input-disabled-text-color: @gray-5;
|
@field-input-disabled-text-color: @gray-5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user