mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: Spin ptg style (#49876)
This commit is contained in:
parent
513a8babb8
commit
97fca5b050
@ -286,7 +286,9 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
|
||||
},
|
||||
// small
|
||||
[`&-sm ${componentCls}-dot`]: {
|
||||
fontSize: token.dotSizeSM,
|
||||
'&, &-holder': {
|
||||
fontSize: token.dotSizeSM,
|
||||
},
|
||||
},
|
||||
[`&-sm ${componentCls}-dot-holder`]: {
|
||||
i: {
|
||||
@ -300,7 +302,9 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
|
||||
},
|
||||
// large
|
||||
[`&-lg ${componentCls}-dot`]: {
|
||||
fontSize: token.dotSizeLG,
|
||||
'&, &-holder': {
|
||||
fontSize: token.dotSizeLG,
|
||||
},
|
||||
},
|
||||
[`&-lg ${componentCls}-dot-holder`]: {
|
||||
i: {
|
||||
|
Loading…
Reference in New Issue
Block a user