diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-02 02:40:06 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-02 02:49:58 +0800 |
commit | 817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0 (patch) | |
tree | 2c699c6694c8d9535b7838b128b52becca9e2831 /packages/website/ts/utils/wallet_item_styles.ts | |
parent | 3a7f26f6200bd3796a5207f62c0bdd18858db0e1 (diff) | |
download | dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.gz dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.zst dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.zip |
Add styled-components and polished
Diffstat (limited to 'packages/website/ts/utils/wallet_item_styles.ts')
-rw-r--r-- | packages/website/ts/utils/wallet_item_styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/utils/wallet_item_styles.ts b/packages/website/ts/utils/wallet_item_styles.ts index 6b038efd2..9d6033d74 100644 --- a/packages/website/ts/utils/wallet_item_styles.ts +++ b/packages/website/ts/utils/wallet_item_styles.ts @@ -1,6 +1,6 @@ import { Styles } from '@0xproject/react-shared'; -import { colors } from 'ts/utils/colors'; +import { colors } from 'ts/style/colors'; export const styles: Styles = { focusedItem: { |