From 825e088d457ccc0beb65f8b79401e2c16e36aa03 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 17 Oct 2017 15:22:53 +0800 Subject: [PATCH] Fix switch text font size --- components/switch/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/switch/style/index.less b/components/switch/style/index.less index 5af5de326d..2963032505 100644 --- a/components/switch/style/index.less +++ b/components/switch/style/index.less @@ -22,7 +22,7 @@ &-inner { color: #fff; - font-size: @font-size-base; + font-size: @font-size-sm; margin-left: 24px; margin-right: 6px; display: block;