mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: tailwindcss dot processing (#49379)
This commit is contained in:
parent
6b572b7ee4
commit
1c7b2d9420
@ -225,6 +225,7 @@ const genSharedBadgeStyle: GenerateStyle<BadgeToken> = (token) => {
|
|||||||
overflow: 'visible',
|
overflow: 'visible',
|
||||||
color: token.colorInfo,
|
color: token.colorInfo,
|
||||||
backgroundColor: token.colorInfo,
|
backgroundColor: token.colorInfo,
|
||||||
|
borderColor: 'currentcolor',
|
||||||
|
|
||||||
'&::after': {
|
'&::after': {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
Loading…
Reference in New Issue
Block a user