chore(typo): use existing color name

This commit is contained in:
upsiflu 2024-12-08 21:02:51 +01:00
parent f3961449f1
commit bf859e38ee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const emit = defineEmits<Events>()
const props = withDefaults(defineProps<Props>(), {
action: () => undefined,
disabled: false,
confirmColor: 'danger'
confirmColor: 'destructive'
})
const showModal = ref(false)