Browse Source

style: Checkbox should use @border-radius-sm (#43356)

Signed-off-by: afc163 <afc163@gmail.com>
pull/43535/head
afc163 1 year ago
committed by GitHub
parent
commit
f57c688db5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/style/themes/variable.less

2
components/style/themes/variable.less

@ -325,7 +325,7 @@
@checkbox-check-color: #fff;
@checkbox-check-bg: @checkbox-check-color;
@checkbox-border-width: @border-width-base;
@checkbox-border-radius: @border-radius-base;
@checkbox-border-radius: @border-radius-sm;
@checkbox-group-item-margin-right: 8px;
// Descriptions

Loading…
Cancel
Save