light theme

This commit is contained in:
Alex
2024-04-08 07:37:25 +02:00
parent 16543a233b
commit 372fae20d9
8 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
export let data: PageData;
</script>
<UserPageLayout title={data.meta.title}>
<UserPageLayout title={data.meta.title} scrollbar={false}>
<section class="grid grid-cols-[25%_1fr] h-full">
<WorkflowList />
<WorkflowEditor />