fix(trading): make light theme sell volume bar match candle color (#3405)
This commit is contained in:
parent
fd7940c4cf
commit
29d57af2ba
@ -63,7 +63,7 @@ html [data-theme='light'] {
|
|||||||
--pennant-color-sell-stroke: theme('colors.vega.pink.400');
|
--pennant-color-sell-stroke: theme('colors.vega.pink.400');
|
||||||
|
|
||||||
--pennant-color-volume-buy: theme('colors.vega.green.400');
|
--pennant-color-volume-buy: theme('colors.vega.green.400');
|
||||||
--pennant-color-volume-sell: theme('colors.vega.pink.500');
|
--pennant-color-volume-sell: theme('colors.vega.pink.400');
|
||||||
|
|
||||||
/* depth chart */
|
/* depth chart */
|
||||||
--pennant-color-depth-buy-fill: theme('colors.vega.green.400');
|
--pennant-color-depth-buy-fill: theme('colors.vega.green.400');
|
||||||
|
Loading…
Reference in New Issue
Block a user