feat(Popup): adjust round border radius to 16px (#3713)

This commit is contained in:
neverland 2020-11-02 16:22:00 +08:00 committed by GitHub
parent 225484aeae
commit 12b2e813ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,7 @@
// Popup
@popup-background-color: @white;
@popup-round-border-radius: 20px;
@popup-round-border-radius: 16px;
@popup-close-icon-size: 18px;
@popup-close-icon-color: @gray-6;
@popup-close-icon-margin: 16px;