-
+
{market.tradableInstrument.instrument.code}{' '}
{allProducts && productType && (
@@ -107,7 +107,7 @@ const MarketData = ({
)}
{volume}
-
+
{oneDayCandles && (
+
{Object.keys(Product).map((t) => {
- const classes = classNames('px-3 py-1.5 rounded', {
- 'bg-vega-clight-500 dark:bg-vega-cdark-500 text-default':
- t === product,
- 'text-secondary': t !== product,
- });
+ const classes = classNames(
+ 'text-sm px-3 py-1.5 rounded hover:text-vega-clight-50 dark:hover:text-vega-cdark-50',
+ {
+ 'bg-vega-clight-500 dark:bg-vega-cdark-500 text-default':
+ t === product,
+ 'text-secondary': t !== product,
+ }
+ );
return (