How to style dash ag grid column filter's filter options text color

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?

未命名

Hi @RyanLin

If the rest of your app is a dark theme, you can use one of the AG Grid dark themes, then you won’t need to create your own custom CSS. More info here: