Add styling to delete button

This commit is contained in:
Pieter Vander Vennet 2024-04-23 21:58:48 +02:00
parent 56ba426ab5
commit 95bc755611
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@
General properties
<ErrorIndicatorForRegion firstPaths={firstPathsFor("Basic")} {state} />
</div>
<div class="flex flex-col" slot="content0">
<div class="flex flex-col mb-8" slot="content0">
<Region {state} configs={perRegion["Basic"]} />
<DeleteButton {state} {backToStudio} objectType="layer"/>
</div>