Skip to content

Commit

Permalink
fix(checkbox): fix checkbox error theme vars (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Oct 23, 2024
1 parent 1d04091 commit 0979f42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/theme/src/checkbox/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
// 复选框内部svg高度
--tv-Checkbox-svg-height: var(--tv-icon-size);
// 复选框svg颜色
--tv-Checkbox-icon-color: var(--tv-color-bg-control);
--tv-Checkbox-icon-color: var(--tv-color-border);
// 复选框svg悬浮颜色
--tv-Checkbox-icon-color-hover: var(--tv-color-icon-hover);
// 复选框半选svg颜色
--tv-Checkbox-icon-selected: var(--tv-color-icon-control-active);
// 复选框半选svg颜色
--tv-Checkbox-icon-selected-disabled: var(--tv-color-icon-control-disabled);
// 默认复选框禁用时,未选中时背景色
--tv-Checkbox-icon-color-hover: var(--tv-color-border-hover);
// 复选框选中svg颜色
--tv-Checkbox-icon-selected: var(--tv-color-bg-active-control);
// 复选框选中svg禁用颜色
--tv-Checkbox-icon-selected-disabled: var(--tv-color-bg-disabled-control-checked);
// 默认复选框未选中禁用背景色
--tv-Checkbox-bg-color-disabled: var(--tv-color-bg-disabled);
// 默认复选框文本色
--tv-Checkbox-text-color: var(--tv-color-text);
Expand Down

0 comments on commit 0979f42

Please sign in to comment.