Skip to content
Snippets Groups Projects
Commit e81403dc authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(AConfirmDialog): visually separate prompt question from description

parent bdf509d2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ADialog ref="dialog" is-modal class="md:tw-w-[600px]" @close="emit('cancel')"> <ADialog ref="dialog" is-modal class="md:tw-w-[600px]" @close="emit('cancel')">
<slot /> <slot />
<p v-if="promptValue"> <p v-if="promptValue" class="tw-mt-3">
<SafeHTML <SafeHTML
v-if="promptLabel" v-if="promptLabel"
:id="promptLabelId" :id="promptLabelId"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment