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')}}