diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/StarterPack/ProfileStarterPacks.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 5f58a19df..64307070b 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -228,7 +228,7 @@ function Empty() { a.justify_between, a.gap_lg, a.shadow_lg, - {marginTop: 2}, + {marginTop: 1}, ]}> <View style={[a.gap_xs]}> <Text |