diff --git a/src/components/misc/notification.vue b/src/components/misc/notification.vue index c5176a8fa..c12137ead 100644 --- a/src/components/misc/notification.vue +++ b/src/components/misc/notification.vue @@ -31,6 +31,7 @@ @click="action.callback" :shadow="false" class="is-small" + type="secondary" v-for="(action, i) in props.item.data.actions" > {{ action.title }}