diff options
Diffstat (limited to 'packages/instant/src')
-rw-r--r-- | packages/instant/src/components/ui/input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/ui/input.tsx b/packages/instant/src/components/ui/input.tsx index ba1d9a431..3696fc65a 100644 --- a/packages/instant/src/components/ui/input.tsx +++ b/packages/instant/src/components/ui/input.tsx @@ -25,7 +25,7 @@ export const Input = styled.input<InputProps>` background: transparent; outline: none; border: none; - &[type="number"] { + &[type='number'] { -moz-appearance: textfield; } &::placeholder { |