From 763111aae39477c2ab4b7330ffe2f8746963acd2 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 27 Aug 2018 10:06:47 +0300 Subject: [PATCH] (ThemeOptions) Changed the navigation secondary background color --- .../components/theme-options/theme-options.component.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/@fuse/components/theme-options/theme-options.component.ts b/src/@fuse/components/theme-options/theme-options.component.ts index b774b72d..7896ca9b 100644 --- a/src/@fuse/components/theme-options/theme-options.component.ts +++ b/src/@fuse/components/theme-options/theme-options.component.ts @@ -188,7 +188,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy width : 'fullwidth', navbar : { primaryBackground : 'fuse-navy-700', - secondaryBackground: 'indigo-600', + secondaryBackground: 'fuse-navy-900', folded : false, hidden : false, position : 'left', @@ -224,7 +224,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy width : 'fullwidth', navbar : { primaryBackground : 'fuse-navy-700', - secondaryBackground: 'indigo-600', + secondaryBackground: 'fuse-navy-900', folded : false, hidden : false, position : 'left', @@ -260,7 +260,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy width : 'fullwidth', navbar : { primaryBackground : 'fuse-navy-700', - secondaryBackground: 'indigo-600', + secondaryBackground: 'fuse-navy-900', folded : false, hidden : false, position : 'left', @@ -296,7 +296,7 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy width : 'fullwidth', navbar : { primaryBackground : 'fuse-navy-700', - secondaryBackground: 'indigo-600', + secondaryBackground: 'fuse-navy-900', folded : false, hidden : false, position : 'top', @@ -339,5 +339,4 @@ export class FuseThemeOptionsComponent implements OnInit, OnDestroy { this._fuseSidebarService.getSidebar(key).toggleOpen(); } - }