diff --git a/components/layout/style/light.less b/components/layout/style/light.less index 56835f8a67..bf9e53d931 100644 --- a/components/layout/style/light.less +++ b/components/layout/style/light.less @@ -3,7 +3,11 @@ &-light { background: @layout-sider-background-light; } - &-light > &-trigger { + &-light &-trigger { + color: @layout-trigger-color-light; + background: @layout-trigger-background-light; + } + &-light &-zero-width-trigger { color: @layout-trigger-color-light; background: @layout-trigger-background-light; }