Color
Customize Theme Colors
import value from '../assets/scss/_themes-vars.module.scss';
/**
* Color intention that you want to used in your theme
*/
export function themePalatte(theme) {
return {
...
primary: {
light: '#fff000', // change this to your desired color
...
},
...
...
};
}Last updated