From 1a16835d87cce85553c8ca82e30698b8e123542d Mon Sep 17 00:00:00 2001 From: les Date: Wed, 10 Mar 2021 16:09:59 +0100 Subject: [PATCH] minor for light theme --- pages/event/_id.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/event/_id.vue b/pages/event/_id.vue index 6d2d7c3e..d275a237 100644 --- a/pages/event/_id.vue +++ b/pages/event/_id.vue @@ -26,8 +26,8 @@ v-container //- color="grey lighten-5") v-col.col-12.col-lg-4 - v-card(color='secondary') - v-card-text.white--text + v-card + v-card-text v-icon.float-right(v-if='event.parentId' color='success') mdi-repeat .title.text-h5 b.p-name {{event.title}} @@ -44,7 +44,7 @@ v-container .text-subtitle-1.adr {{event.place.address}} //- tags, hashtags - v-card-text(v-if='event.tags.length').darken-4.grey + v-card-text(v-if='event.tags.length') v-chip.p-category.ml-1.mt-3(v-for='tag in event.tags' color='primary' outlined :key='tag' v-text='tag')