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;