Browse Source

fix: card actions font-size issue (#21106)

Fix card component action font-size not controlled by theme variable.
pull/21124/head
Teng YANG 5 years ago
committed by Amumu
parent
commit
6de8522894
  1. 2
      components/card/style/index.less

2
components/card/style/index.less

@ -144,7 +144,7 @@
position: relative;
display: block;
min-width: 32px;
font-size: 14px;
font-size: @font-size-base;
line-height: 22px;
cursor: pointer;

Loading…
Cancel
Save