summaryrefslogtreecommitdiffstats
path: root/src/views
diff options
context:
space:
mode:
authorNikola <nikola.gladovic@nextcloud.com>2022-03-03 19:18:17 +0100
committerNikola <nikola.gladovic@nextcloud.com>2022-03-03 19:18:17 +0100
commitd6da5189c9e056e4ba273ac5c7f1833ded00429e (patch)
tree1c43e92113ed9fac15620df8671b9495701a3959 /src/views
parent262baf1663c4eeba35601387591c6b096a3d164d (diff)
6927: fixed vue buttons for dashboard
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Dashboard.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 5bdf59d82..00ca14673 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -46,7 +46,7 @@
<template #desc>
{{ t('spreed', 'Say hi to your friends and colleagues!') }}
<Button class="button-start-conversation"
- type="default"
+ type="secondary"
@click="clickStartNew">
{{ t('spreed', 'Start a conversation') }}
</Button>