Skip to content

Commit

Permalink
chore: add token description
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Apr 28, 2024
1 parent cb059a0 commit 6033634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semi-foundation/checkbox/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $color-checkbox_checked-bg-disabled: var(--semi-color-primary-disabled); // 选
$color-checkbox_checked-icon-disabled: var(--semi-color-white); // 选框禁用态对勾颜色
$color-checkbox_primary-outline-focus: var(--semi-color-primary-light-active); // 复选框轮廓-聚焦颜色

$color-checkbox_cardType-border-default: transparent;
$color-checkbox_cardType-border-default: transparent; // 卡片复选框默认边框颜色

$size-checkbox_inner-shadow: $border-thickness-control; // 选框内描边宽度
$width-checkbox_inner: $width-icon-medium; // 选框对勾 icon 宽度
Expand Down

0 comments on commit 6033634

Please sign in to comment.