I'm currently using angular v9 and I have implemented a multiselect dropdown button using ng-multiselect-dropdown, after trying to change the style of the selected items, I can't seem to be able to change the colour of the x Icon.
How can I achieve this
You have two options:
xicon's color globally.xicon's color locally.1. Override
xicon's color globally:In the root style.css
2. Override
xicon's color locally:In the same component's css file.