From da6b4faf51156bf9f08a620a0933fa95854c1c99 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 15 Oct 2019 19:03:03 +0800 Subject: [PATCH] feat(Dialog): update border radius (#4730) --- src/style/var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/var.less b/src/style/var.less index 2c73fc235..2f7f6ab11 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -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;