diff --git a/components/style/themes/dark.less b/components/style/themes/dark.less index a1b76a3f6e..8481cf383c 100644 --- a/components/style/themes/dark.less +++ b/components/style/themes/dark.less @@ -230,11 +230,11 @@ @radio-disabled-button-checked-color: @text-color; // Layout -@layout-body-background: @component-background; -@layout-header-background: @layout-body-background; -@layout-footer-background: @layout-body-background; -@layout-sider-background: @layout-body-background; -@layout-trigger-background: @layout-body-background; +@layout-body-background: @body-background;; +@layout-header-background: @component-background; +@layout-footer-background: @component-background; +@layout-sider-background: @component-background; +@layout-trigger-background: @component-background; // Input // ---