diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-06-07 13:41:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 21:41:03 -0700 |
commit | 2540616f43c389d22c404ca1efda46f29b936f1a (patch) | |
tree | 95ce67db1d4612a324dc4f97869f54a1fbaf9112 /src/view/com/pager/TabBar.tsx | |
parent | bd1e6fced9f27b48b2d122bbaf7fb53861beaea5 (diff) | |
download | voidsky-2540616f43c389d22c404ca1efda46f29b936f1a.tar.zst |
Fix horizontal padding of tab within profile header (#3924)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index e81d7d44d..e940e8d1a 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -191,7 +191,7 @@ const mobileStyles = StyleSheet.create({ }, contentContainer: { backgroundColor: 'transparent', - paddingHorizontal: 8, + paddingHorizontal: 6, }, item: { paddingTop: 10, |