diff options
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index a04693fa4..fe76a08b6 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -107,11 +107,12 @@ const styles = isDesktopWeb ? StyleSheet.create({ outer: { flexDirection: 'row', - paddingHorizontal: 18, + width: 598, + paddingHorizontal: 14, }, item: { paddingTop: 14, - paddingBottom: 16, + paddingBottom: 12, paddingHorizontal: 12, borderBottomWidth: 3, borderBottomColor: 'transparent', |