From f2e60209c90364e6e344b1e137f2f43f2fb2c11a Mon Sep 17 00:00:00 2001 From: Scott Sturgeon Date: Wed, 28 Mar 2018 20:50:58 -0600 Subject: [PATCH] Changed zero-width layout trigger color to use layout-trigger-color var (#9851) --- components/layout/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/style/index.less b/components/layout/style/index.less index f6f4aa799b..4ad899d78b 100644 --- a/components/layout/style/index.less +++ b/components/layout/style/index.less @@ -97,7 +97,7 @@ height: @layout-zero-trigger-height; line-height: @layout-zero-trigger-height; background: @layout-sider-background; - color: #fff; + color: @layout-trigger-color; font-size: @layout-zero-trigger-width / 2; border-radius: 0 @border-radius-base @border-radius-base 0; cursor: pointer;