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:
sea
2024-08-22 16:29:20 +08:00
committed by GitHub
parent c657bbe28b
commit bdfe30cfa0

View File

@@ -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
);