mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 02:41:46 +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;
|
||||
box-sizing: border-box;
|
||||
width: @field-label-width;
|
||||
color: @field-label-color;
|
||||
text-align: left;
|
||||
|
||||
&--center {
|
||||
|
@ -346,6 +346,7 @@
|
||||
|
||||
// Field
|
||||
@field-label-width: 90px;
|
||||
@field-label-color: @gray-7;
|
||||
@field-input-text-color: @text-color;
|
||||
@field-input-error-text-color: @red;
|
||||
@field-input-disabled-text-color: @gray-5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user