diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-06-29 15:59:24 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-06-29 15:59:24 +0800 |
commit | aedd51a61bcc9ecef660c1bea1641c0400f3ac45 (patch) | |
tree | 20177ccc8b1d933d543ea2cc5ce51e291f492d40 /packages/website/ts/utils | |
parent | 0b5a49c17dde87130a659e4101bd6e2f5666b9c7 (diff) | |
download | dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar.gz dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar.bz2 dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar.lz dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar.xz dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.tar.zst dexon-sol-tools-aedd51a61bcc9ecef660c1bea1641c0400f3ac45.zip |
Refactor inline styles out of Wallet
Diffstat (limited to 'packages/website/ts/utils')
-rw-r--r-- | packages/website/ts/utils/wallet_item_styles.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/website/ts/utils/wallet_item_styles.ts b/packages/website/ts/utils/wallet_item_styles.ts deleted file mode 100644 index 9d6033d74..000000000 --- a/packages/website/ts/utils/wallet_item_styles.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Styles } from '@0xproject/react-shared'; - -import { colors } from 'ts/style/colors'; - -export const styles: Styles = { - focusedItem: { - backgroundColor: colors.walletFocusedItemBackground, - }, -}; |