0
0
Fork 0

fix: refs #7356 colors

This commit is contained in:
Jorge Penadés 2024-08-28 17:03:37 +02:00
parent 23bf9657aa
commit 041b6561f8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ async function confirm() {
size="xl"
v-if="icon"
/>
<span class="text-h6" :class="{ 'text-grey': message }">{{ title }}</span>
<span class="text-h6">{{ title }}</span>
<QSpace />
<QBtn icon="close" :disable="isLoading" flat round dense v-close-popup />
</QCardSection>