Add styling to delete button
This commit is contained in:
parent
56ba426ab5
commit
95bc755611
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<!-- {Object.keys(perRegion).join(";")} -->
|
||||
<TabbedGroup>
|
||||
<div slot="title0">Basic properties</div>
|
||||
<div slot="content0">
|
||||
<div slot="content0" class="mb-8">
|
||||
<Region configs={perRegion["basic"]} path={[]} {state} title="Basic properties" />
|
||||
<Region configs={perRegion["start_location"]} path={[]} {state} title="Start location" />
|
||||
<DeleteButton {state} {backToStudio} objectType="theme"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue