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

Fix card component action font-size not controlled by theme variable.
This commit is contained in:
Teng YANG 2020-01-26 11:40:06 +08:00 committed by Amumu
parent 674074ce93
commit 6de8522894

View File

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