aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/instant/src/components/ui/input.tsx2
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 {