Make message undo button secondary
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-24 12:13:10 +01:00
parent 7e4c5f16e2
commit 2ee2dffaa7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

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 }}