From 2ee2dffaa76e0d0932e456c5ef9fa0bd0ed1b9b0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 24 Jan 2021 12:13:10 +0100 Subject: [PATCH] Make message undo button secondary --- src/components/misc/notification.vue | 1 + 1 file changed, 1 insertion(+) 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 }}