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, }, })