feat: improve title and layout of the confirm dialog (#2307)
This commit is contained in:
parent
54e53889e5
commit
0451ac98c9
32 changed files with 203 additions and 188 deletions
|
@ -10,7 +10,7 @@ const emit = defineEmits<{
|
|||
|
||||
<template>
|
||||
<div flex="~ col" gap-6>
|
||||
<div font-bold text-lg text-center>
|
||||
<div font-bold text-lg>
|
||||
{{ title }}
|
||||
</div>
|
||||
<div v-if="description">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue