Tweak gaps

This commit is contained in:
Eric Bailey
2024-12-17 18:27:14 -06:00
parent 28d83146e6
commit dd6509c5d2
3 changed files with 9 additions and 3 deletions
@@ -65,7 +65,13 @@ function Inner() {
<View style={[a.pt_md, a.pb_lg]}>
<View
style={[a.flex_row, a.justify_start, a.flex_wrap, a.gap_sm, gutters]}>
style={[
a.flex_row,
a.justify_start,
a.flex_wrap,
{gap: '8px 6px'},
gutters,
]}>
{isLoading ? (
Array(TRENDING_TOPICS_COUNT)
.fill(0)