mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +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`
|
||||
font-size: ${({ theme }) => theme.font.size.sm};
|
||||
|
||||
${textInputStyle}
|
||||
|
||||
font-size: ${({ theme }) => theme.font.size.sm};
|
||||
width: 100%;
|
||||
|
||||
&[type='number']::-webkit-outer-spin-button,
|
||||
|
Loading…
Reference in New Issue
Block a user