Make message undo button secondary

This commit is contained in:
kolaente 2021-01-24 12:13:10 +01:00
parent 7e4c5f16e2
commit 2ee2dffaa7
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -31,6 +31,7 @@
@click="action.callback" @click="action.callback"
:shadow="false" :shadow="false"
class="is-small" class="is-small"
type="secondary"
v-for="(action, i) in props.item.data.actions" v-for="(action, i) in props.item.data.actions"
> >
{{ action.title }} {{ action.title }}