I used agNumberColumnFilter & floating filter in dash ag grid, and I can style floating filter and filter body in css like this:
.ag-floating-filter {
border: 1px solid rgb(0, 200, 255)
}
.ag-filter {
color:rgb(0, 200, 255);
}
But when I want to select filter options, the option’s text color is black,and my page background color is black too, so how can I style filter options text color?