Skip to content

Commit

Permalink
style: use @checkbox-border-radius (ant-design#37131)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 18, 2022
1 parent 16492a2 commit 24f9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
width: 100%;
height: 100%;
border: 1px solid @checkbox-color;
border-radius: @border-radius-base;
border-radius: @checkbox-border-radius;
visibility: hidden;
animation: antCheckboxEffect 0.36s ease-in-out;
animation-fill-mode: backwards;
Expand Down

0 comments on commit 24f9556

Please sign in to comment.