Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
ran prettier on codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sun committed Feb 1, 2019
1 parent 149f8bc commit 26d44a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/instant/src/components/ui/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Input = styled.input<InputProps>`
background: transparent;
outline: none;
border: none;
&[type="number"] {
&[type='number'] {
-moz-appearance: textfield;
}
&::placeholder {
Expand Down

0 comments on commit 26d44a5

Please sign in to comment.