From b2a40d15facba7b8a87802dba96a0cf1fbbf612d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 28 Jun 2021 08:36:18 +0200 Subject: [PATCH] Set update app snackbar text in secondary Signed-off-by: Thomas Citharel --- js/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/App.vue b/js/src/App.vue index f0ef0bfe6..f9818269d 100644 --- a/js/src/App.vue +++ b/js/src/App.vue @@ -127,7 +127,7 @@ export default class App extends Vue { this.$buefy.snackbar.open({ queue: false, indefinite: true, - type: "is-primary", + type: "is-secondary", actionText: this.$t("Update app") as string, cancelText: this.$t("Ignore") as string, message: this.$t("A new version is available.") as string,