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

@@ -171,7 +171,6 @@ const ui = computed(() => tv({ extend: tv(theme), ...(appConfig.ui?.modal || {})
<UButton
v-if="props.close"
:icon="closeIcon || appConfig.ui.icons.close"
size="md"
color="neutral"
variant="ghost"
:aria-label="t('modal.close')"