This commit is contained in:
2020-06-05 16:04:24 +00:00
parent 4c3a2f8988
commit 4b55f4e178
4 changed files with 5 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
:color="getIconColorForEvent(i.event)"
:icon="getIconForEvent(i.event)"
>
<v-card>
<v-card :outlined="$store.state.darkMode">
<v-card-title>{{ i.name }}</v-card-title>
<v-card-subtitle
>{{ i.date }} - {{ getEventName(i.event) }}</v-card-subtitle
@@ -55,7 +55,7 @@
:color="getIconColorForEvent(i.event)"
:icon="getIconForEvent(i.event)"
>
<v-card>
<v-card :outlined="$store.state.darkMode">
<v-card-title>{{ i.name }}</v-card-title>
<v-card-subtitle
>{{ i.date }} - {{ getEventName(i.event) }}</v-card-subtitle