mirror of
https://github.com/directus/directus.git
synced 2026-01-28 09:27:55 -05:00
Use correct secondary style for cancel button
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user