Skip to content

Commit

Permalink
fix: fix Checkbox font-size in Form (#46904)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 10, 2024
1 parent 6fadbc8 commit 1139316
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/form/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 1139316

Please sign in to comment.