From 1d06fbef4ce49f1321759ae7d0be78f74378e9e0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 7 Jan 2019 23:53:34 +0800 Subject: [PATCH] :bug: Fix disabled style of Radio.Button close #14165 --- components/radio/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index 705f4d0246..6d324c4d10 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -280,7 +280,7 @@ span.@{radio-prefix-cls} + * { &-disabled&-checked { color: @text-color-inverse; - background-color: fade(@black, 90%); + background-color: tint(@black, 90%); border-color: @border-color-base; box-shadow: none; }