Skip to content

Commit

Permalink
fix(module:tag): borderless style is invalid in default state (#8495)
Browse files Browse the repository at this point in the history
fix:#8492

Co-authored-by: wb-gyy965916 <wb-gyy965916@alibaba-inc.com>
  • Loading branch information
OriginRing and wb-gyy965916 committed Apr 16, 2024
1 parent 47ee143 commit b35e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
}
}

0 comments on commit b35e6d6

Please sign in to comment.