diff options
author | Vanessa Pertsch <vanessa.pertsch@nextcloud.com> | 2022-03-21 13:31:05 +0100 |
---|---|---|
committer | Vanessa Pertsch <vanessa.pertsch@nextcloud.com> | 2022-03-21 13:31:05 +0100 |
commit | 383387f11c5181b1320b6bbe370752de8b8b5579 (patch) | |
tree | 48f53085382fbcafd767135659dc0f21e67e543f /apps/user_status/src | |
parent | b40481e8e5dfe30ef9568758490af675713ee0c2 (diff) | |
download | nextcloud-server-383387f11c5181b1320b6bbe370752de8b8b5579.tar.gz nextcloud-server-383387f11c5181b1320b6bbe370752de8b8b5579.zip |
fix: button type to tertiary
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r-- | apps/user_status/src/components/SetStatusModal.vue | 1 |
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"> |