How I can change the color of the active tab?
I mean, this pink line, look at the pic.
pink
@Risa's solution works just fine and should be the accepted answer. My example of her explanation looks like this:
and the styles:
const styles = theme => ({ indicator: { backgroundColor: 'white', }, })