diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-12-18 18:23:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 10:23:40 -0800 |
commit | 3481d165770cd09422133b4b704483be43bb8cba (patch) | |
tree | 7bb4b6523f47eca03dc20f903b4c03cefd1b205c /src/components/StarterPack | |
parent | 2d827430eeff14b44944aaae282dbbe3f52f0fbf (diff) | |
download | voidsky-3481d165770cd09422133b4b704483be43bb8cba.tar.zst |
Remove header subtitle from list-related screens (#7154)
* rm subtitle, add admonition * rm top border from empty state * Minimal approach * Revert uneeded change * Even more minimal --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/components/StarterPack')
-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 |