From c0ba2eb456b84ab572bf9b3200c0993274c2b540 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 26 Nov 2018 13:42:49 +0800 Subject: [PATCH] :lipstick: tweak tree switcher icon size --- components/tree/style/mixin.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tree/style/mixin.less b/components/tree/style/mixin.less index ccffdd122e..e122789d5c 100644 --- a/components/tree/style/mixin.less +++ b/components/tree/style/mixin.less @@ -6,7 +6,7 @@ .antTreeSwitcherIcon(@type: "tree-default-open-icon") { .@{tree-prefix-cls}-switcher-icon, .@{tree-select-prefix-cls}-switcher-icon { - .iconfont-size-under-12px(7px); + .iconfont-size-under-12px(10px); display: inline-block; font-weight: bold; svg { @@ -18,7 +18,7 @@ .antTreeShowLineIcon(@type) { .@{tree-prefix-cls}-switcher-icon, .@{tree-select-prefix-cls}-switcher-icon { - .iconfont-size-under-12px(12px); + font-size: 12px; display: inline-block; font-weight: normal; svg {