We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9772aaa commit c0c585dCopy full SHA for c0c585d
src/modules/home/components/home.slideshow.component.vue
@@ -79,13 +79,13 @@
79
<v-col cols="12">
80
<v-row align="start" justify="center" class="text-center display-1">
81
<v-col cols="12" md="12">
82
- <h4
+ <h5
83
:style="{
84
color: color || config.vuetify.theme.themes[theme].onPrimary,
85
}"
86
>
87
{{ text }}
88
- </h4>
+ </h5>
89
</v-col>
90
</v-row>
91
0 commit comments