ajosep514

Results 1 comments of ajosep514

I found a round-about-way of doing this. I created a .css and am over writing their class for this element. newStyles.css .rv-xy-plot__axis__title text{fill:#6b6b76;font-size:18px;} In index.jsx import 'react-vis/dist/style.css'; import './newStyles.css';