Web: Components: fixed text-input ios styles

This commit is contained in:
Nikita Gopienko 2020-10-15 19:02:33 +03:00
parent 14bb36900c
commit e7b02a0782

View File

@ -55,6 +55,7 @@ const StyledInput = styled(Input).attrs((props) => ({
flex: 1 1 0%;
outline: none;
overflow: hidden;
opacity: 1;
padding: ${props =>
(props.size === 'base' && '5px 7px') ||
(props.size === 'middle' && '8px 12px') ||