refactor: use css token replace 4px (#48474)

This commit is contained in:
lijianan 2024-04-16 11:42:45 +08:00 committed by GitHub
parent 25628528b8
commit fa6f113dde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -562,7 +562,7 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
'&::-webkit-scrollbar-thumb': {
backgroundColor: token.colorTextTertiary,
borderRadius: 4,
borderRadius: token.borderRadiusSM,
},
// For Firefox