We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d3247 commit a04bf45Copy full SHA for a04bf45
packages/theme/src/checkbox/index.less
@@ -152,7 +152,7 @@
152
&__input {
153
.@{checkbox-prefix-cls}__inner{
154
svg {
155
- font-size: var(--tv-Checkbox-svg-size);
+ font-size: var(--tv-Checkbox-icon-size);
156
}
157
.icon-checked-sur,.icon-halfselect {
158
path:first-child {
packages/theme/src/checkbox/vars.less
@@ -12,7 +12,7 @@
12
13
.inject-Checkbox-vars() {
14
// 复选框内部svg尺寸
15
- --tv-Checkbox-svg-size: var(--tv-icon-size);
+ --tv-Checkbox-icon-size: var(--tv-icon-size);
16
// 默认复选框未选中禁用背景色
17
--tv-Checkbox-bg-color-disabled: var(--tv-color-bg-disabled);
18
// 默认复选框文本色
0 commit comments