mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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',
|
||||
color: token.colorInfo,
|
||||
backgroundColor: token.colorInfo,
|
||||
borderColor: 'currentcolor',
|
||||
|
||||
'&::after': {
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user