refactor(thumb): make tooltip secondary title visually less important

This commit is contained in:
Travis Shivers 2020-09-09 19:14:38 -05:00
parent 4cafd0bd67
commit 505df64f08
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 6 additions and 1 deletions

View File

@ -111,7 +111,12 @@
</template> </template>
<div>{{ getTitle(content, fullTitle) }}</div> <div>{{ getTitle(content, fullTitle) }}</div>
<div>{{ getSecondaryTitle(content, fullTitle) }}</div> <div
class="soft-text"
style="font-size: 0.7rem;"
>
{{ getSecondaryTitle(content, fullTitle) }}
</div>
</v-tooltip> </v-tooltip>
</v-card-text> </v-card-text>
</v-card> </v-card>