diff options
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index caca9f926..fb656241f 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -125,14 +125,16 @@ const styles = isDesktopWeb outer: { flex: 1, flexDirection: 'row', + backgroundColor: 'transparent', }, contentContainer: { - gap: 14, - paddingHorizontal: 18, + columnGap: 14, + marginLeft: 14, + backgroundColor: 'transparent', }, item: { paddingTop: 8, - paddingBottom: 12, + paddingBottom: 8, borderBottomWidth: 3, borderBottomColor: 'transparent', }, |