fix: rate star transform origin (#44855)

This commit is contained in:
MadCcc 2023-09-14 16:32:54 +08:00 committed by GitHub
parent f3c1871b20
commit d3469324c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ const genRateStyle: GenerateStyle<RateToken> = (token) => {
padding: 0,
color: token.starColor,
fontSize: token.starSize,
lineHeight: 'unset',
lineHeight: 1,
listStyle: 'none',
outline: 'none',