From e28926292ca34cc5c80dbfcf1500f4eeb71f7142 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2015 14:31:43 +0800 Subject: [PATCH] fix color variable --- style/components/switch.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/components/switch.less b/style/components/switch.less index 0570b61b12..456c1c01ec 100644 --- a/style/components/switch.less +++ b/style/components/switch.less @@ -47,8 +47,8 @@ } &-checked{ - border: 1px solid #87d068; - background-color: #87d068; + border: 1px solid @success-color; + background-color: @success-color; .@{switchPrefixCls}-inner { left:6px;