Color
Customize Theme Colors
To change the color of the theme, you can either apply color directly to src\theme\palette.tsx
or define a new variable in src\assets\scss\_themes-vars.module.scss
and replace it in palette.tsx
For instance, if you want to change the color that theme.palette.primary.light
is being used in a theme, then update the following in src\themes\palette.tsx
src/themes/palette.tsx
Last updated
Was this helpful?