fix: fix Checkbox font-size in Form (#46904)

This commit is contained in:
afc163 2024-01-10 18:18:05 +08:00 committed by GitHub
parent 6fadbc8e05
commit 1139316ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},