Skip to content

Commit

Permalink
feat(headlines): use darker text in subline
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Dec 1, 2022
1 parent 250e017 commit 20f6c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/headlines.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Component :is="headlineTag" v-if="showHeadline" class="text-3xl font-medium inline-block">
<slot name="headline" />
</component>
<Component :is="sublineTag" v-if="showSubline" class="text-gray-600">
<Component :is="sublineTag" v-if="showSubline" class="text-gray-900">
<slot name="subline" />
</Component>
</div>
Expand Down

0 comments on commit 20f6c25

Please sign in to comment.