Skip to content

Commit

Permalink
fix(grid): [grid] fix checkbox border become smaller when config show…
Browse files Browse the repository at this point in the history
…-overflow
  • Loading branch information
gimmyhehe committed Jan 8, 2025
1 parent 336f42f commit 148c70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/src/grid/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
& + .@{grid-checkbox-prefix-cls}__icon {
position: relative;
display: block;
width: 1em;
height: 1em;
width: var(--tv-Grid-icon-size);
height: var(--tv-Grid-icon-size);
border-radius: var(--tv-Grid-checkbox-border-radius);
font-size: var(--tv-Grid-font-size);

Expand Down

0 comments on commit 148c70c

Please sign in to comment.