Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Pertsch <vanessa.pertsch@nextcloud.com>2022-03-21 15:31:05 +0300
committerVanessa Pertsch <vanessa.pertsch@nextcloud.com>2022-03-21 15:31:05 +0300
commit383387f11c5181b1320b6bbe370752de8b8b5579 (patch)
tree48f53085382fbcafd767135659dc0f21e67e543f /apps/user_status
parentb40481e8e5dfe30ef9568758490af675713ee0c2 (diff)
fix: button type to tertiary
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/src/components/SetStatusModal.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue
index 73a0faf804c..df6858ca6ff 100644
--- a/apps/user_status/src/components/SetStatusModal.vue
+++ b/apps/user_status/src/components/SetStatusModal.vue
@@ -56,6 +56,7 @@
@select-clear-at="setClearAt" />
<div class="status-buttons">
<ButtonVue wide="true"
+ type="tertiary"
:text="$t('user_status', 'Clear status message')"
:disabled="isSavingStatus"
@click="clearStatus">