aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_list/chat_list.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-02 12:48:21 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-02 12:48:21 +0200
commitb537032e6d07828db6fc016c1413970c436e19ad (patch)
treec6d89bdbcf112678dc63236653a6aea426eacf80 /src/components/chat_list/chat_list.vue
parent4dde9c4d529fb94b23b394aaa91e6a7cafd75777 (diff)
parentfdfb8810c1d8ab64969c38aa1a6bce1daf013249 (diff)
Merge branch 'develop' into fix/fix-error-handling-in-profile-tab
Diffstat (limited to 'src/components/chat_list/chat_list.vue')
-rw-r--r--src/components/chat_list/chat_list.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue
index 17e2f795..e23eec13 100644
--- a/src/components/chat_list/chat_list.vue
+++ b/src/components/chat_list/chat_list.vue
@@ -10,7 +10,10 @@
<span class="title">
{{ $t("chats.chats") }}
</span>
- <button @click="newChat">
+ <button
+ class="button-default"
+ @click="newChat"
+ >
{{ $t("chats.new") }}
</button>
</div>