mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(ThemeOptions) Changed the navigation secondary background color
This commit is contained in:
parent
715e77776e
commit
763111aae3
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user