mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: tag line height (#35487)
This commit is contained in:
parent
da7f67db3f
commit
d326765a6b
@ -141,7 +141,7 @@ const genBaseStyle = (token: TagToken): CSSInterpolation => ({
|
||||
export default genComponentStyleHook('Tag', token => {
|
||||
const tagFontSize = token.fontSizeSM;
|
||||
// FIXME: hard code
|
||||
const tagLineHeight = '18px';
|
||||
const tagLineHeight = '20px';
|
||||
const tagDefaultBg = token.colorBgComponentSecondary;
|
||||
const tagDefaultColor = token.colorText;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user