fix: remove bg-red in custom ui builder

This commit is contained in:
Ruben Fiszel
2025-01-15 10:48:10 +01:00
committed by GitHub
parent a8f49d5661
commit 22a09cc461
@@ -1280,7 +1280,7 @@
{/if}
</div>
</TabContent>
<TabContent value="ui" class="h-full p-4 bg-red-500">
<TabContent value="ui" class="h-full p-4">
<ScriptSchema bind:schema={script.schema} />
</TabContent>
<TabContent value="triggers">