Styling of creator finished
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user