From d8f49e5da3144867cb988493a514482e4979a0b8 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Wed, 5 Aug 2026 17:08:02 +0200 Subject: [PATCH] fix tab bar border disappeared --- src/view/com/pager/TabBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index 273e6f22de..0e259544ce 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -369,7 +369,7 @@ export function TabBar({ - + ) } @@ -470,6 +470,6 @@ const styles = StyleSheet.create({ left: 0, right: 0, top: '100%', - borderBottomWidth: StyleSheet.hairlineWidth, + height: StyleSheet.hairlineWidth, }, })