How to change default row hover color in a selected row with AgGridReact
I need to remove the row color when a row is selected and hovered over in AgGrid tables using React. The problem is that when I select a row and hover over some of its elements, a default dark gray color is applied, which I don’t want in my code.