Fix fontSize DropdownMenu input overwritten (#1364)

- fix fontSize DropdownMenu input
This commit is contained in:
brendanlaschke 2023-08-28 16:14:11 +02:00 committed by GitHub
parent 27bb3a8126
commit 6e201ba3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,9 @@ const StyledDropdownMenuInputContainer = styled.div`
`;
const StyledInput = styled.input`
font-size: ${({ theme }) => theme.font.size.sm};
${textInputStyle}
font-size: ${({ theme }) => theme.font.size.sm};
width: 100%;
&[type='number']::-webkit-outer-spin-button,