minor for light theme

This commit is contained in:
les
2021-03-10 16:09:59 +01:00
parent 11e6c93b74
commit 1a16835d87

View File

@@ -26,8 +26,8 @@ v-container
//- color="grey lighten-5") //- color="grey lighten-5")
v-col.col-12.col-lg-4 v-col.col-12.col-lg-4
v-card(color='secondary') v-card
v-card-text.white--text v-card-text
v-icon.float-right(v-if='event.parentId' color='success') mdi-repeat v-icon.float-right(v-if='event.parentId' color='success') mdi-repeat
.title.text-h5 .title.text-h5
b.p-name {{event.title}} b.p-name {{event.title}}
@@ -44,7 +44,7 @@ v-container
.text-subtitle-1.adr {{event.place.address}} .text-subtitle-1.adr {{event.place.address}}
//- tags, hashtags //- 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' v-chip.p-category.ml-1.mt-3(v-for='tag in event.tags' color='primary'
outlined :key='tag' v-text='tag') outlined :key='tag' v-text='tag')