mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-20 10:11:48 +03:00
Fix fontSize DropdownMenu input overwritten (#1364)
- fix fontSize DropdownMenu input
This commit is contained in:
parent
27bb3a8126
commit
6e201ba3a6
@ -17,10 +17,9 @@ const StyledDropdownMenuInputContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledInput = styled.input`
|
const StyledInput = styled.input`
|
||||||
font-size: ${({ theme }) => theme.font.size.sm};
|
|
||||||
|
|
||||||
${textInputStyle}
|
${textInputStyle}
|
||||||
|
|
||||||
|
font-size: ${({ theme }) => theme.font.size.sm};
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&[type='number']::-webkit-outer-spin-button,
|
&[type='number']::-webkit-outer-spin-button,
|
||||||
|
Loading…
Reference in New Issue
Block a user