From 04cb6a07c5ae3d7259ed08e17bd02152371b8a11 Mon Sep 17 00:00:00 2001 From: les Date: Mon, 19 Jul 2021 12:03:12 +0200 Subject: [PATCH 1/5] minor on confirmation dialog --- components/Confirm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Confirm.vue b/components/Confirm.vue index 57c5b279..71db9f2c 100644 --- a/components/Confirm.vue +++ b/components/Confirm.vue @@ -11,8 +11,8 @@ v-card-text(v-show='!!message') {{ message }} v-card-actions v-spacer - v-btn(color='error' @click='cancel') {{$t('common.cancel')}} - v-btn(color='primary' @click='agree') {{$t('common.ok')}} + v-btn(text color='error' @click='cancel') {{$t('common.cancel')}} + v-btn(text color='primary' @click='agree') {{$t('common.ok')}}