diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 16:23:32 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 16:23:32 -0700 |
commit | 202a56cff6171e22284e7b270161963c99a73a88 (patch) | |
tree | 94087e3f10df6460318f0e0aa78ab0710de2c9ea | |
parent | df6d249e8570a5dabd576d81ea7fc8ac4517ffa6 (diff) | |
download | voidsky-202a56cff6171e22284e7b270161963c99a73a88.tar.zst |
small tweak to tab bar positioning
-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 bbba74c87..28c8a4caf 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -133,7 +133,7 @@ const styles = isDesktopWeb contentContainer: { columnGap: 16, marginLeft: 18, - paddingRight: 28, + paddingRight: 36, backgroundColor: 'transparent', }, item: { |