Skip to content

Commit 1e4fe33

Browse files
committed
fix font size
1 parent 8a259f7 commit 1e4fe33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textfield/TextFieldBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ function TextFieldBase(props: TextFieldBaseProps, ref: Ref<TextFieldRef>) {
181181
background-color: ${theme.components.textField.backgroundColor};
182182
transition: all 0.2s ease-in-out;
183183
overflow: hidden;
184+
font-size: ${theme.typography.sizes.medium.fontSize}px;
184185
&.is-hovered[:not(.is-disabled)] {
185186
border: 1px solid ${theme.components.textField.hoverBorderColor};
186187
background-color: ${theme.components.textField.activeBackgroundColor};

0 commit comments

Comments
 (0)