From 202a56cff6171e22284e7b270161963c99a73a88 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Thu, 25 May 2023 16:23:32 -0700 Subject: [PATCH] small tweak to tab bar positioning --- src/view/com/pager/TabBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index bbba74c8..28c8a4ca 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: {