Merge pull request #16 from xscottxbrownx/patch-1

update Button Style to Button Colour
This commit is contained in:
Ryan 2022-08-03 19:39:14 +01:00 committed by GitHub
commit 35309380d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
</Dropdown>
</div>
<div class="row">
<Dropdown col4=true label="Button Style" bind:value={data.button_style}>
<Dropdown col4=true label="Button Colour" bind:value={data.button_style}>
<option value="1">Blue</option>
<option value="2">Grey</option>
<option value="3">Green</option>