From 3c771b3b2325fbbeb912e3e0e83c9e5a518cc6af Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 19 Jul 2019 17:35:04 +0800 Subject: [PATCH] :bug: Fix Button danger style when type is ghost close #17742 --- components/button/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/style/index.less b/components/button/style/index.less index 903817690a..d696235095 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -167,7 +167,7 @@ } &-background-ghost&-danger { - .button-variant-ghost(@btn-danger-color); + .button-variant-ghost(@btn-danger-border); } &-background-ghost&-link {