When working on my project, I often utilize pre-made Angular components. However, some of these components come with colors that do not align with the overall aesthetic of my project (refer to image above).
To rectify this issue, I am looking to replace the purple color with a different shade that complements my project better. Unfortunately, after scouring through the Angular documentation and even inspecting the elements using Chrome's Inspector Tool, I could not find any straightforward way to change the color.
If anyone has a solution for how I can easily switch out the purple color with another one without having to make numerous changes across multiple Angular components, I would greatly appreciate your help.