nice-react-ticker icon indicating copy to clipboard operation
nice-react-ticker copied to clipboard

Changing the colour of the ticker texts

Open Rex90 opened this issue 3 years ago • 0 comments

Hi - I'm trying to change the positive number from green to blue. I've been able to get the text to change colour using a partial css selector overide. But I cant get the chevron to change colour as its loaded as an img. Is there a way to over ride this?

This is what I used for the text - attach ovrd class to the react omponent .ovrd div[class^='styles_tickerChangePositive'] { color: #2185d0; }

Rex90 avatar Sep 20 '20 12:09 Rex90