From ac45a7b3d0e0602edcb4ebf5971c2e2d0bbaa34f Mon Sep 17 00:00:00 2001 From: Ben Jennings Date: Sun, 22 Jan 2017 22:19:23 -0800 Subject: [PATCH] Chart hover + STEEM title --- .../Prices/components/PriceList/PriceList.js | 12 +++++++++--- .../Prices/components/PriceList/PriceList.scss | 16 +++++++++++++++- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/scenes/Prices/components/PriceList/PriceList.js b/src/scenes/Prices/components/PriceList/PriceList.js index 179ea6c..9345566 100644 --- a/src/scenes/Prices/components/PriceList/PriceList.js +++ b/src/scenes/Prices/components/PriceList/PriceList.js @@ -9,6 +9,8 @@ import CurrencyColor from 'components/CurrencyColor'; import ChangeHighlight from 'components/ChangeHighlight'; import ColoredChange from 'components/ColoredChange'; +import classNames from 'classnames/bind'; +const cx = classNames.bind(styles); import styles from './PriceList.scss'; const PriceList = ({ assets, visibleCurrencies }) => { @@ -61,9 +63,13 @@ const AssetRow = ({ justify="space-between" className={ styles.row } > - + -
{ symbol }
+
= 5 }) } + > + { symbol } +
@@ -78,7 +84,7 @@ const AssetRow = ({
- +