From f532e072f2b11a853e265982b78a0f28ce534793 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sun, 20 May 2018 12:23:24 +0800 Subject: [PATCH] refactor(toggle): color of collapse icon --- src/content.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.less b/src/content.less index 70bda12..e26fcdb 100644 --- a/src/content.less +++ b/src/content.less @@ -102,7 +102,7 @@ } .action-icon { - color: #333; + color: #666666; width: 16px; height: 20px; transition: all @animation-duration ease;