From f1a252768e3a88bc0b28378afcd59fe3e4190910 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 27 Feb 2017 23:45:54 +0800 Subject: [PATCH] Menu dark background should be same as layout header --- components/style/themes/default.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 16b6054b00..d712d30fab 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -145,11 +145,11 @@ // Layout @layout-body-background : #ececec; -@layout-header-background : @heading-color; +@layout-header-background : #404040; @layout-header-height : 64px; @layout-header-padding : 0 50px; @layout-footer-padding : 24px 50px; -@layout-sider-background : @heading-color; +@layout-sider-background : @layout-header-background; @layout-trigger-height : 48px; // z-index list @@ -227,7 +227,7 @@ // Menu // --- -@menu-dark-bg: #404040; +@menu-dark-bg: @layout-header-background; @menu-dark-submenu-bg: #333; // Spin