mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: unit for line-height for ColorPicker (#50220)
* fix: unit for line-height for ColorPicker * chore: update
This commit is contained in:
parent
4b09f30e8e
commit
14a9449de9
@ -161,7 +161,7 @@ const genSizeStyle = (token: ColorPickerToken): CSSObject => {
|
||||
},
|
||||
|
||||
[`${componentCls}-trigger-text`]: {
|
||||
lineHeight: controlHeightXS,
|
||||
lineHeight: unit(controlHeightXS),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user