Skip to content

Commit

Permalink
fix tier card text size
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Jul 12, 2024
1 parent ba992fe commit 3650de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Block/Tier.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const { data: block } = useAsyncData(props.uuid, () =>
v-if="card.description"
:content="card.description"
color="foreground"
:size="card.title ? 'small' : 'medium'"
size="medium"
class="card-text"
/>
</div>
Expand Down

0 comments on commit 3650de9

Please sign in to comment.