update Button Style to Button Colour

Change "Button Style" to "Button Colour" for ease of user understanding. <-- In reaction panel creation
This commit is contained in:
Scott Brown 2022-07-29 10:45:38 -07:00 committed by GitHub
parent 19826368ff
commit bdde18af32
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>