Styling of creator finished

This commit is contained in:
Roman Krček
2025-06-24 13:52:04 +02:00
parent a42d102c4d
commit 2c498a62ee
7 changed files with 124 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let subject = '';
export let body = '';
export let subject: string;
export let body: string;
</script>
<form class="flex flex-col space-y-4 bg-white p-8 rounded border border-gray-300 w-full shadow-none">