I wanna change the background color from black to white and that the text in the menu is purple instead of white.
I am using the AntDesign component and I tried to use the overlayStyle attribute, but it still didn’t work.
<Dropdown menu={{ items }} overlayStyle={{background: "#fff"}}>
As I said it should be white and the text must be purple.
P.S. I AM USING SCSS
Sherbek Osmonaliev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.