Style

Intro

This file contains the style config for the application. In the file @config/style.ts you can set the config of the style

Example

The next example is the default configuration

export default {
    theme: 'default',
    colorMode: {
        default: 'system',// light | dark | system
        enabled: true, // true | false
    }
}

Usage

Table of Contents