diff options
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index ec636d053..501941476 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -131,14 +131,14 @@ const styles = isDesktopWeb backgroundColor: 'transparent', }, contentContainer: { - columnGap: 14, + columnGap: 16, marginLeft: 14, paddingRight: 28, backgroundColor: 'transparent', }, item: { - paddingTop: 8, - paddingBottom: 8, + paddingTop: 10, + paddingBottom: 10, borderBottomWidth: 3, borderBottomColor: 'transparent', }, |