Hello I am trying to change the selected color of a material-ui element but I cannot find any information on how to do that. I want to change this pinkish color to be blue.
edit: maybe this is the way to go but I cannot make this work:
import getMuiTheme from 'material-ui/lib/styles/getMuiTheme';
const muiTheme = getMuiTheme({}, {
menuItem: {
selectedTextColor: 'white',
},
});

I managed to implement the solution that I had in mind:
and in the render: