aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src
diff options
context:
space:
mode:
authorDavid Sun <dvsuner@protonmail.com>2019-02-02 01:07:21 +0800
committerDavid Sun <dvsuner@protonmail.com>2019-02-02 01:07:21 +0800
commit26d44a53927b9ec575346454fd4f3632a6e68ee2 (patch)
tree8f15e9c3dd98aaddbf3ce60853424054566bbcad /packages/instant/src
parent149f8bc9b35f4bef08b1bf01e902bab3846cd306 (diff)
downloaddexon-0x-contracts-26d44a53927b9ec575346454fd4f3632a6e68ee2.tar.gz
dexon-0x-contracts-26d44a53927b9ec575346454fd4f3632a6e68ee2.tar.zst
dexon-0x-contracts-26d44a53927b9ec575346454fd4f3632a6e68ee2.zip
ran prettier on codebase
Diffstat (limited to 'packages/instant/src')
-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 {