(ThemeOptions) Changed the navigation secondary background color

This commit is contained in:
Sercan Yemen 2018-08-27 10:06:47 +03:00
parent 715e77776e
commit 763111aae3

View File

@ -188,7 +188,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
width : 'fullwidth', width : 'fullwidth',
navbar : { navbar : {
primaryBackground : 'fuse-navy-700', primaryBackground : 'fuse-navy-700',
secondaryBackground: 'indigo-600', secondaryBackground: 'fuse-navy-900',
folded : false, folded : false,
hidden : false, hidden : false,
position : 'left', position : 'left',
@ -224,7 +224,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
width : 'fullwidth', width : 'fullwidth',
navbar : { navbar : {
primaryBackground : 'fuse-navy-700', primaryBackground : 'fuse-navy-700',
secondaryBackground: 'indigo-600', secondaryBackground: 'fuse-navy-900',
folded : false, folded : false,
hidden : false, hidden : false,
position : 'left', position : 'left',
@ -260,7 +260,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
width : 'fullwidth', width : 'fullwidth',
navbar : { navbar : {
primaryBackground : 'fuse-navy-700', primaryBackground : 'fuse-navy-700',
secondaryBackground: 'indigo-600', secondaryBackground: 'fuse-navy-900',
folded : false, folded : false,
hidden : false, hidden : false,
position : 'left', position : 'left',
@ -296,7 +296,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
width : 'fullwidth', width : 'fullwidth',
navbar : { navbar : {
primaryBackground : 'fuse-navy-700', primaryBackground : 'fuse-navy-700',
secondaryBackground: 'indigo-600', secondaryBackground: 'fuse-navy-900',
folded : false, folded : false,
hidden : false, hidden : false,
position : 'top', position : 'top',
@ -339,5 +339,4 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy
{ {
this._fuseSidebarService.getSidebar(key).toggleOpen(); this._fuseSidebarService.getSidebar(key).toggleOpen();
} }
} }