Skip to content

Commit

Permalink
fix: adapt tiny-checkbox style
Browse files Browse the repository at this point in the history
1. 适配 tiny-checkbox 样式到 tiny-vue 3.20
  • Loading branch information
chilingling committed Jan 9, 2025
1 parent 347a475 commit 8f24c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -606,13 +606,12 @@
.tiny-checkbox__input {
&.is-checked .tiny-checkbox__inner,
&.is-indeterminate .tiny-checkbox__inner {
color: var(--te-common-bg-primary-checked);
background-color: var(--te-common-bg-primary-checked);
border-color: var(--te-common-border-checked);
}
.tiny-checkbox__inner {
border-radius: var(--te-base-border-radius-1);
border: 1px solid var(--te-common-border-hover);
line-height: 24px;
}
}
.tiny-checkbox__label {
Expand Down

0 comments on commit 8f24c08

Please sign in to comment.