Tighten up spacing

This commit is contained in:
Eric Bailey
2025-04-07 12:18:44 -05:00
parent ed4295f8d0
commit 0a2a058681
@@ -98,13 +98,18 @@ export function TrendRow({
<View style={[a.flex_1, a.gap_xs]}> <View style={[a.flex_1, a.gap_xs]}>
<View style={[a.flex_row]}> <View style={[a.flex_row]}>
<Text <Text
style={[a.text_md, a.font_bold, a.leading_snug, {width: 20}]}> style={[
a.text_md,
a.font_bold,
a.leading_tight,
{width: 20},
]}>
<Trans comment='The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"'> <Trans comment='The trending topic rank, i.e. "1. March Madness", "2. The Bachelor"'>
{rank}. {rank}.
</Trans> </Trans>
</Text> </Text>
<Text <Text
style={[a.text_md, a.font_bold, a.leading_snug]} style={[a.text_md, a.font_bold, a.leading_tight]}
numberOfLines={1}> numberOfLines={1}>
{trend.displayName} {trend.displayName}
</Text> </Text>