mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user