Skip to content
Snippets Groups Projects
Commit ae58a4e2 authored by Julian's avatar Julian
Browse files

Increase fontsize of dates

parent 07350bcf
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
:key="'day-' + day[0]" :key="'day-' + day[0]"
> >
<v-list-item-content :id="'documentation_' + day[0].toISODate()"> <v-list-item-content :id="'documentation_' + day[0].toISODate()">
<v-subheader>{{ $d(day[0], "dateWithWeekday") }}</v-subheader> <v-subheader class="text-h6">{{ $d(day[0], "dateWithWeekday") }}</v-subheader>
<v-list max-width="100%"> <v-list max-width="100%">
<v-list-item <v-list-item
v-for="doc in day.slice(1)" v-for="doc in day.slice(1)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment