release
This commit is contained in:
@ -62,14 +62,14 @@ return [
|
||||
/**
|
||||
* The color mode used by default.
|
||||
*/
|
||||
'defaultColorMode' => 'system', // system, light, dark
|
||||
'defaultColorMode' => 'light', // system, light, dark
|
||||
|
||||
/**
|
||||
* When true, a switch is displayed to let admins choose their favorite theme mode.
|
||||
* When false, the theme will only use the "defaultColorMode" set above.
|
||||
* In case "defaultColorMode" is null, system is the default.
|
||||
*/
|
||||
'showColorModeSwitcher' => true,
|
||||
'showColorModeSwitcher' => false,
|
||||
|
||||
/**
|
||||
* Fix the top-header component (present in "vertical_transparent") and the menu when the layout type is set as "horizontal".
|
||||
|
Reference in New Issue
Block a user