Merge pull request #55 from directus/new-collection-cancel

Use correct secondary style for cancel button
This commit is contained in:
Rijk van Zanten
2020-08-05 10:30:14 -04:00
committed by GitHub

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" />