Manually set pixel values for input control

This commit is contained in:
domyen 2020-06-26 16:14:54 -04:00
parent fca5454b4d
commit 936d61a556

View File

@ -28,7 +28,7 @@ const styles = ({ theme }: { theme: Theme }): CSSObject => ({
borderRadius: theme.input.borderRadius,
fontSize: theme.typography.size.s2 - 1,
lineHeight: '20px',
padding: '.46em 1em', // 32
padding: '6px 10px', // 32
'&:focus': {
boxShadow: `${theme.color.secondary} 0 0 0 1px inset`,