Browse Source

Fix switch text font size

pull/7914/head
afc163 7 years ago
parent
commit
825e088d45
  1. 2
      components/switch/style/index.less

2
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;

Loading…
Cancel
Save