Updated action button UI

Button width increased
This commit is contained in:
Joe 2021-01-20 14:59:16 +00:00
parent c649467f9b
commit c9f98d54da
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
}
</script>
<Button secondary small on:click={drawer.show}>Define Actions</Button>
<Button secondary wide on:click={drawer.show}>Define Actions</Button>
<Drawer bind:this={drawer} title={'Actions'}>
<heading slot="buttons">
<Button thin blue on:click={saveEventData}>Save</Button>