Skip to content

Commit

Permalink
Use c.16 font style for inputs to avoid tight text in textareas.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanrsmith committed Jan 13, 2020
1 parent f0276b3 commit 81a93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/Input.jsx
Expand Up @@ -76,7 +76,7 @@ const Input = React.forwardRef(function Input(props, ref) {
onKeyPress={handleKeyPress}
onFocus={handleFocus}
ref={ref || forwardedRef}
textStyle={variation === 'large' ? 'ui.18' : 'ui.16'}
textStyle={variation === 'large' ? 'c.18' : 'c.16'}
underlineColor="blue4"
{...inputProps}
/>
Expand Down

0 comments on commit 81a93e3

Please sign in to comment.