fix(components): remove default md size on buttons (#4357)

This commit is contained in:
Estéban
2025-06-23 12:47:30 +02:00
committed by GitHub
parent bf678412ca
commit be41aed1f3
6 changed files with 0 additions and 8 deletions

View File

@@ -173,7 +173,6 @@ defineExpose({
<UButton
v-if="close"
:icon="closeIcon || appConfig.ui.icons.close"
size="md"
color="neutral"
variant="link"
:aria-label="t('toast.close')"