Browse Source

Updated action button UI

Button width increased
pull/4023/head
Joe 6 years ago
parent
commit
c9f98d54da
  1. 2
      packages/builder/src/components/userInterface/EventsEditor/EventPropertyControl.svelte

2
packages/builder/src/components/userInterface/EventsEditor/EventPropertyControl.svelte

@ -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>

Loading…
Cancel
Save