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

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;