I've been trying to update the primary color in my Angular project by editing the SCSS file
node_modules/bootstrap/scss/_variables.scss
. However, after stopping npm and running the front-end again, I noticed that the changes I made are not reflected in the actual behavior.
I believe this may be due to the need to recompile Bootstrap. Since I am new to SCSS and my Angular project uses CSS, I am unsure of how to accomplish this. I have searched for an easy explanation but have come up empty-handed.
Any help would be greatly appreciated!