mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
refactor: use css token replace 4px (#48474)
This commit is contained in:
parent
25628528b8
commit
fa6f113dde
@ -562,7 +562,7 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
|||||||
|
|
||||||
'&::-webkit-scrollbar-thumb': {
|
'&::-webkit-scrollbar-thumb': {
|
||||||
backgroundColor: token.colorTextTertiary,
|
backgroundColor: token.colorTextTertiary,
|
||||||
borderRadius: 4,
|
borderRadius: token.borderRadiusSM,
|
||||||
},
|
},
|
||||||
|
|
||||||
// For Firefox
|
// For Firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user