🔮Theme Colors
Configure the colors of the theme in one place.
Open File path : src/assets/scss/settings/_bootstrap-variables.scss
$primary: $blue; // change
$secondary: $secondary; // change
$success: $green; // change
$info: $cyan; // change
$warning: $yellow; // change
$danger: $red; // change
$light: $gray-100; // change
Last updated