mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix: fix Checkbox font-size in Form (#46904)
This commit is contained in:
parent
6fadbc8e05
commit
1139316ae2
@ -75,10 +75,6 @@ const resetForm = (token: AliasToken): CSSObject => ({
|
||||
borderBottom: `${unit(token.lineWidth)} ${token.lineType} ${token.colorBorder}`,
|
||||
},
|
||||
|
||||
label: {
|
||||
fontSize: token.fontSize,
|
||||
},
|
||||
|
||||
'input[type="search"]': {
|
||||
boxSizing: 'border-box',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user