Here is a link for the icon that I'm referring to. Black line at the top of the table header.
Hello I embedded a link into the question but I am trying to figure out how to switch the color of the sorting icon for React-table's library. I tried using
.sort-asc {
color: green;
}
as well as the opposite
.sort-desc {
color: green;
}
but all it does is change the entire table headers color and not just the icon. I tried fooling around inside inspector and I can't access the icon that way either.
Any help would much appreciated. Thank you in advance.