Fixed select field input height (#4493)
This commit is contained in:
@ -49,7 +49,7 @@ const StyledOptionInput = styled(TextInput)`
|
|||||||
margin-right: ${({ theme }) => theme.spacing(2)};
|
margin-right: ${({ theme }) => theme.spacing(2)};
|
||||||
|
|
||||||
& input {
|
& input {
|
||||||
height: ${({ theme }) => theme.spacing(2)};
|
height: ${({ theme }) => theme.spacing(6)};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user