Skip to content

Commit

Permalink
Changed default layout and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodallapalma committed Aug 10, 2022
1 parent b49e1ff commit e482781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defuse-frontend/src/app/core/config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ export interface AppConfig
* "Themes" are required for Tailwind to generate themes.
*/
export const appConfig: AppConfig = {
layout : 'classy',
layout : 'enterprise',
scheme : 'light',
screens: {
sm: '600px',
md: '960px',
lg: '1280px',
xl: '1440px'
},
theme : 'theme-default',
theme : 'theme-brand',
themes : [
{
id : 'theme-default',
Expand Down

0 comments on commit e482781

Please sign in to comment.