I need to override the default black text color when sorting a column, I'm not sure how to do it. The closest I got was to change the arrow icon color using the snippet below.
MUIDataTableHeadCell: {
sortAction: {
'& path': {
color: "teal " // or whatever you need
},
},
},
Does anyone have an idea how can I change the text color too? :)