From 45c0f7a2ad4101eaa05696fe185094840d949214 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 11 Aug 2024 14:20:55 -0700 Subject: [PATCH] tweak tabbar border --- src/view/com/pager/TabBar.tsx | 2 +- src/view/com/posts/Feed.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index 23f8b85b8b..7d23785368 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -180,7 +180,7 @@ const desktopStyles = StyleSheet.create({ left: 0, right: 0, top: '100%', - borderBottomWidth: 1, + borderBottomWidth: StyleSheet.hairlineWidth, }, }) diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx index 54ea9b1400..a179484000 100644 --- a/src/view/com/posts/Feed.tsx +++ b/src/view/com/posts/Feed.tsx @@ -480,9 +480,7 @@ let Feed = ({ // -prf return } - return ( - - ) + return } else { return null }