minor on confirmation dialog

This commit is contained in:
les
2021-07-19 12:03:12 +02:00
parent 64e67eeba1
commit 04cb6a07c5

View File

@@ -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')}}
</template>
<script>