From fd6fc86b215740e58003f59b2ca8c7c6c039d938 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 14 Jan 2017 20:59:37 +0800 Subject: [PATCH] improve form validating style --- components/form/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/style/index.less b/components/form/style/index.less index f129995869..4f4925ca6e 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -423,8 +423,8 @@ form { &.has-feedback:after { display: inline-block; animation: loadingCircle 1s infinite linear; - content: "\e6ae"; - color: @text-color-secondary; + content: "\e64d"; + color: @primary-color; } }