FilterSearch Background Color

I’d like to change the background color of the filterSearch component but for some reason, nothing I do seems to work. By default the background color is white. I have tried using the customCSSClasses prop which based on the documentation should allow me to custom style the component. I’ve also tried tagging the background color selector as important using the “!”. Maybe I’m missing something obvious. Can you point me in the right direction?

Screenshot of component in UI:

Also here is the code:
Screenshot 2023-12-01 at 3.09.47 PM

Hey Zuri,

It sound like you want to use the inputElement property that the customCssClasses prop exposes. See documentation here.

Best,

Daniel

This works! Thank you!