Skip to content

Commit

Permalink
Tweak some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Dec 31, 2024
1 parent bf3d178 commit 3bc7f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/interstitials/Trending.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export function Inner() {
showsHorizontalScrollIndicator={false}
decelerationRate="fast">
<View style={[gutters, a.flex_row, a.align_center, a.gap_lg]}>
<Graph size="sm" />
<View style={{paddingLeft: 4, paddingRight: 2}}>
<Graph size="sm" />
</View>
{isLoading ? (
<View style={[a.py_lg]}>
<Text
Expand Down

0 comments on commit 3bc7f69

Please sign in to comment.