I'm trying to change the color of my text of the ListItem but I am unable to do it. The background color is changed through Style class. "DeleteClass" but I am unable to change the text color through same. image is attached and the background color is as per the class but the text color isn't .
DeleteClass: {
fontColor: '#ffffff',
color: '#ffffff',
fontSize: 20,
backgroundColor: '#6F1E51'
},
<ListItem text>
<ListItemText className={classes.DeleteClass} primary="Delete" >
</ListItemText>
</ListItem>