UI/modal: fix styling bugs

This commit is contained in:
Johannes Kirschbauer
2025-08-08 20:58:53 +02:00
parent c0f2bcf751
commit 6cbe221f44
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
}
.modal_body {
@apply rounded-md p-6 pt-4 bg-def-1;
@apply rounded-b-md p-6 pt-4 bg-def-1;
&[data-no-padding] {
@apply p-0;

View File

@@ -49,7 +49,7 @@ export const Modal = (props: ModalProps) => {
<Show when={props.metaHeader}>
{(metaHeader) => (
<>
<div class="flex h-9 items-center px-6 py-2">
<div class="flex h-9 items-center px-6 py-2 bg-def-1">
<Dynamic component={metaHeader()} />
</div>
<div class={styles.header_divider} />