Primary Color
How to Change Primary Color?
Please follow the below steps to change Primary Color
To change the primary color for the default theme and the dark theme:
To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (src/assets/scss/_variables.scss )
--primary-rgb : 77, 238, 234;
To change the primary color for the light theme and the glassy theme:
To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (src/assets/scss/_variables.scss )
--primary-rgb: 78, 98, 177;
After replacing your required color run the gulp
command