diff --git a/components/tag/style/patch.less b/components/tag/style/patch.less index e91a6341e4..03bac3a7d3 100644 --- a/components/tag/style/patch.less +++ b/components/tag/style/patch.less @@ -1,6 +1,6 @@ .@{tag-prefix-cls} { // This is a feature of Antd 5, so we need add in the patch file. - &-borderless { + &&-borderless { border-color: transparent; } }