diff --git a/src/Components/StockPicker/StockPicker.css b/src/Components/StockPicker/StockPicker.css index bfac3d3..9527433 100644 --- a/src/Components/StockPicker/StockPicker.css +++ b/src/Components/StockPicker/StockPicker.css @@ -57,6 +57,7 @@ } .stock-picker .page-content .scrip-box>* { + color: #666666; font-size: 1.5em; } diff --git a/src/Components/StockPicker/StockPicker.jsx b/src/Components/StockPicker/StockPicker.jsx index 4f52e2d..b29b9d7 100644 --- a/src/Components/StockPicker/StockPicker.jsx +++ b/src/Components/StockPicker/StockPicker.jsx @@ -150,7 +150,7 @@ class StockPicker extends Component { > Next -
+
); } @@ -164,7 +164,9 @@ class StockPicker extends Component { {StockPicker.renderTitle()}
- Showing {startEnd[0]} - {Math.min(startEnd[1], countTotal)} of {countTotal} matching stocks + { + // eslint-disable-next-line max-len + } Showing {startEnd[0]} - {Math.min(startEnd[1], countTotal)} of {countTotal} matching stocks
APPLY FILTERS