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

fix: add default spacing for dialog header children

parent 967e4b42
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
@close.stop="close"
@click="maybeCloseFromClickOutside"
>
<header class="tw-flex tw-justify-between tw-p-4 flex-none tw-items-center">
<header class="tw-flex tw-gap-2 tw-justify-between tw-p-4 flex-none tw-items-center">
<div>
<slot name="header" :title-class="titleClass">
<p :class="titleClass">{{ title }}</p>
......
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