fix buttons classes

This commit is contained in:
2021-07-06 13:49:12 +02:00
parent 4668f657ab
commit 690688f5e1
6 changed files with 9 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
<p>{{ $t('confirm.sure_description') }}</p>
</template>
<template v-slot:footer>
<button class="btn bg-red" @click="confirmCourse">
<button class="btn btn-danger" @click="confirmCourse">
{{ $t('confirm.ok') }}
</button>
</template>