Theme/Style Configuration

Theme Background

src/config.ts
const config = {
  'customColor': 'preset-1'
}

export default config;

Header Background

src/config.js
const config = {
  'headerColor': 'preset-1'
}

export default config;
src/config.js
const config = {
  'navbarColor': 'preset-1'
}

export default config;

Logo Background

Last updated