fix(keyboard-shortcuts): use card prop #3205

Merged
konrad merged 1 commits from dpschen/frontend:feature/use-card-prop into main 2023-03-07 17:19:23 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<modal @close="close()">
<card class="has-background-white has-no-shadow keyboard-shortcuts" :title="$t('keyboardShortcuts.title')">
<card class="has-background-white keyboard-shortcuts" :shadow="false" :title="$t('keyboardShortcuts.title')">
<template v-for="(s, i) in shortcuts" :key="i">
<h3>{{ $t(s.title) }}</h3>