diff --git a/front/src/modules/ui/dropdown/components/DropdownMenuInput.tsx b/front/src/modules/ui/dropdown/components/DropdownMenuInput.tsx index 3717070b2..d17807987 100644 --- a/front/src/modules/ui/dropdown/components/DropdownMenuInput.tsx +++ b/front/src/modules/ui/dropdown/components/DropdownMenuInput.tsx @@ -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,