aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs/address_input.tsx
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-12-18 17:28:34 +0800
committerFabio Berger <me@fabioberger.com>2017-12-18 17:28:34 +0800
commit1aed970ce3468306f3bedbfdc29669d42e487441 (patch)
tree542ef8a910e91a8bf852b937cdb5067cbac5b908 /packages/website/ts/components/inputs/address_input.tsx
parent445ff1e28ee572236ec963a27bff227e859f685c (diff)
downloaddexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar.gz
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar.bz2
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar.lz
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar.xz
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.tar.zst
dexon-0x-contracts-1aed970ce3468306f3bedbfdc29669d42e487441.zip
standarize on `grey` over `gray` spelling and other color related fixes
Diffstat (limited to 'packages/website/ts/components/inputs/address_input.tsx')
-rw-r--r--packages/website/ts/components/inputs/address_input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/inputs/address_input.tsx b/packages/website/ts/components/inputs/address_input.tsx
index d432a038e..a17b6e3f5 100644
--- a/packages/website/ts/components/inputs/address_input.tsx
+++ b/packages/website/ts/components/inputs/address_input.tsx
@@ -1,9 +1,9 @@
import {addressUtils} from '@0xproject/utils';
import * as _ from 'lodash';
-import {colors} from 'ts/utils/colors';
import TextField from 'material-ui/TextField';
import * as React from 'react';
import {RequiredLabel} from 'ts/components/ui/required_label';
+import {colors} from 'ts/utils/colors';
interface AddressInputProps {
disabled?: boolean;