mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
style: Checkbox should use @border-radius-sm (#43356)
Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
2afbf67d61
commit
f57c688db5
@ -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…
Reference in New Issue
Block a user