double "button" class on BulmaButton
This commit is contained in:
parent
6ba3947cb8
commit
bc4054ef73
2 changed files with 3 additions and 3 deletions
|
@ -31,13 +31,13 @@
|
|||
|
||||
<footer class="modal-card-foot is-flex is-justify-content-space-around">
|
||||
<BulmaButton
|
||||
class="button is-success"
|
||||
class="is-success"
|
||||
@click.left="submit"
|
||||
icon="fa-solid fa-unlock"
|
||||
text="Login"
|
||||
/>
|
||||
<BulmaButton
|
||||
class="button is-danger"
|
||||
class="is-danger"
|
||||
@click.left="cancel"
|
||||
icon="fa-solid fa-circle-xmark"
|
||||
text="Abbrechen"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<BulmaButton
|
||||
v-for="(day_part, index) in day_parts"
|
||||
:key="`btn-${index}`"
|
||||
class="tag button is-info"
|
||||
class="tag is-info"
|
||||
icon="fa-solid fa-door-open"
|
||||
:text="`${day_part.day}`"
|
||||
@click.left="door_click(day_part.day)"
|
||||
|
|
Loading…
Reference in a new issue