summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/NotificationsSnackbars.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/NotificationsSnackbars.vue')
-rw-r--r--webapp/src/components/NotificationsSnackbars.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/components/NotificationsSnackbars.vue b/webapp/src/components/NotificationsSnackbars.vue
index c01c5c4..f8e3ecf 100644
--- a/webapp/src/components/NotificationsSnackbars.vue
+++ b/webapp/src/components/NotificationsSnackbars.vue
@@ -11,6 +11,7 @@
<template>
<v-snackbar
+ class="ma-4"
v-model="showSnackbar"
bottom
right
@@ -19,7 +20,7 @@
>
{{ currentSnackbar.text }}
<v-btn
- flat
+ text
@click="showSnackbar = false"
>
{{ $t('close') }}