(core) Go back to the 'classy' layout by default

This commit is contained in:
sercan 2021-06-10 14:56:21 +03:00
parent c1c9904b9d
commit efdfa6418a

View File

@ -24,7 +24,7 @@ export interface AppConfig
* FuseConfigService and its methods. * FuseConfigService and its methods.
*/ */
export const appConfig: AppConfig = { export const appConfig: AppConfig = {
layout: 'classic', layout: 'classy',
scheme: 'light', scheme: 'light',
theme : 'default' theme : 'default'
}; };