Skip to content

Commit

Permalink
fix(tablekit-input): change font size to 16px
Browse files Browse the repository at this point in the history
Fixes BEXS-244
  • Loading branch information
Joan Mira committed Jan 27, 2022
1 parent 29ea1e4 commit 8cf4fd0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/input/src/styled/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,7 @@ export const InputField = styled.input<InputFieldProps>`
&,
&::placeholder {
${variant({
prop: 'fieldSize',
default: InputSize.Regular,
variants: {
[InputSize.Large]: css(Typography.Body1),
[InputSize.Regular]: css(Typography.Body2)
}
})};
${Typography.Body1};
line-height: initial;
}
Expand Down

0 comments on commit 8cf4fd0

Please sign in to comment.