feat(Dialog): update border radius (#4730)

This commit is contained in:
neverland 2019-10-15 19:03:03 +08:00 committed by GitHub
parent f54824aede
commit da6b4faf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@
@dialog-small-screen-width: 90%;
@dialog-font-size: @font-size-lg;
@dialog-transition: @animation-duration-base;
@dialog-border-radius: @border-radius-md;
@dialog-border-radius: 16px;
@dialog-background-color: @white;
@dialog-header-font-weight: @font-weight-bold;
@dialog-header-line-height: 24px;