Use correct secondary style for cancel button

This commit is contained in:
rijkvanzanten
2020-08-05 10:29:10 -04:00
parent 8b492d0596
commit 2e6c85365e

View File

@@ -82,7 +82,7 @@
</v-tabs-items>
<template #footer>
<v-button secondary outlined @click="$emit('toggle', false)">
<v-button secondary @click="$emit('toggle', false)">
{{ $t('cancel') }}
</v-button>
<div class="spacer" />