use blue-grey text

This commit is contained in:
Jörn-Michael Miehe 2022-09-14 23:55:13 +00:00
parent 9024f427d7
commit edf5757feb
2 changed files with 10 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<template> <template>
<div class="d-flex align-end justify-center mr-1 mr-md-2"> <div class="d-flex align-end justify-center mr-1 mr-md-2">
<span class="d-flex text-h4 text-md-h3">{{ day }}</span> <span class="d-flex text-h4 text-md-h3">{{ day }}</span>
<span class="d-flex text-h5 text-md-h4 grey--text text--darken-1">{{ <span class="d-flex text-h5 text-md-h4 blue-grey--text text--darken-1">
month {{ month }}
}}</span> </span>
</div> </div>
</template> </template>

View file

@ -12,7 +12,13 @@
{{ event.description }} {{ event.description }}
</v-list-item-subtitle> </v-list-item-subtitle>
<v-list-item-subtitle <v-list-item-subtitle
class="thw-heading-font grey--text text--darken-1 font-weight-bold ma-0" class="
thw-heading-font
blue-grey--text
text--darken-1
font-weight-bold
ma-0
"
> >
{{ data_string }} {{ data_string }}
</v-list-item-subtitle> </v-list-item-subtitle>