1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

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

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

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