Browse Source

style: use @checkbox-border-radius (#37131)

pull/37138/head
afc163 2 years ago
committed by GitHub
parent
commit
24f9556134
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/checkbox/style/mixin.less

2
components/checkbox/style/mixin.less

@ -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;

Loading…
Cancel
Save