fix(keyboard-shortcuts): use card prop

This commit is contained in:
Dominik Pschenitschni 2023-03-07 18:08:42 +01:00 committed by Gitea
parent af4a039502
commit 9b7770ade4
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>