From bdfe30cfa0a332fa440f3147e329dc79e0d423c6 Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:29:20 +0800 Subject: [PATCH] chore(components): [dialog] change border-radius to base (#17975) * style(components): [dialog] change border-radius to base * style(components): [dialog] change border-radius to base --- packages/theme-chalk/src/common/var.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-chalk/src/common/var.scss b/packages/theme-chalk/src/common/var.scss index e26059bb9a..d5c4a1b90b 100644 --- a/packages/theme-chalk/src/common/var.scss +++ b/packages/theme-chalk/src/common/var.scss @@ -791,7 +791,7 @@ $dialog: map.merge( 'content-font-size': 14px, 'font-line-height': getCssVar('font-line-height-primary'), 'padding-primary': 16px, - 'border-radius': getCssVar('border-radius-small'), + 'border-radius': getCssVar('border-radius-base'), ), $dialog );