fix: unit for line-height for ColorPicker (#50220)

* fix: unit for line-height for ColorPicker

* chore: update
This commit is contained in:
vagusX 2024-08-03 16:39:46 +08:00 committed by GitHub
parent 4b09f30e8e
commit 14a9449de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@ const genSizeStyle = (token: ColorPickerToken): CSSObject => {
},
[`${componentCls}-trigger-text`]: {
lineHeight: controlHeightXS,
lineHeight: unit(controlHeightXS),
},
},
};