From c4b9d39c3349289105a5bdcbc7969955b89b8aab Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 13 Mar 2016 20:19:26 +0800 Subject: [PATCH] update label required color --- style/themes/default/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/themes/default/custom.less b/style/themes/default/custom.less index c1443c7574..ef1509c8c3 100644 --- a/style/themes/default/custom.less +++ b/style/themes/default/custom.less @@ -117,7 +117,7 @@ @legend-color : #999; @legend-border-color : @border-color-base; // Label -@label-required-color : #f60; +@label-required-color : #f50; @label-color : @text-color; // Input @input-height-base: 28px;