Use buttons more consistently

This commit is contained in:
kolaente 2021-01-17 13:04:49 +01:00
parent 0102709d92
commit e960202607
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
21 changed files with 45 additions and 43 deletions

View file

@ -138,7 +138,7 @@
class="is-narrow"
/>
<button :class="{ 'is-loading': taskService.loading}" class="button is-success is-fullwidth" type="submit">
<button :class="{ 'is-loading': taskService.loading}" class="button is-primary is-fullwidth" type="submit">
Save
</button>