Skip to content

Commit

Permalink
Adjust styling to fit copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Jan 3, 2024
1 parent a3f0a48 commit bcbf1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui4/BlogCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const BlogCard = (props: Props) => {
<EdgeText style={[textShadow, styles.titleText]} numberOfLines={1}>
{title}
</EdgeText>
<EdgeText style={[styles.bodyText, textShadow]} numberOfLines={2}>
<EdgeText style={[styles.bodyText, textShadow]} numberOfLines={2} disableFontScaling>
{body}
</EdgeText>
</View>
Expand Down

0 comments on commit bcbf1ac

Please sign in to comment.