From 2364c4f526912433abf5ee2f36e2148beea7140b Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 19 Apr 2020 14:59:28 +0800 Subject: [PATCH] style(Toast): increase border-radius to 8px --- 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 f8fa794f5..c9ef2784d 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -778,7 +778,7 @@ @toast-text-color: @white; @toast-loading-icon-color: @white; @toast-line-height: 20px; -@toast-border-radius: @border-radius-md; +@toast-border-radius: @border-radius-lg; @toast-background-color: fade(@text-color, 88%); @toast-icon-size: 40px; @toast-text-min-width: 96px;