diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:02:41 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 20:02:41 -0500 |
commit | 767f5353eafaafcba0decdb295bdc8371d62544c (patch) | |
tree | e98529ad44d71e64dae5798158468fa47d76199c | |
parent | 257686f3603e800e355850a23b3a4011e5558aeb (diff) | |
parent | 202a56cff6171e22284e7b270161963c99a73a88 (diff) | |
download | voidsky-767f5353eafaafcba0decdb295bdc8371d62544c.tar.zst |
Merge branch 'custom-algos' of github.com:bluesky-social/social-app into custom-algos
-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 b0a02ea22..70500db2c 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -133,7 +133,7 @@ const styles = isDesktopWeb contentContainer: { columnGap: 20, marginLeft: 18, - paddingRight: 28, + paddingRight: 36, backgroundColor: 'transparent', }, item: { |