From c68d7cb5e1c72fd63a61c923be71f11fcc6ff7e6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 12 Jan 2024 22:45:17 +0000 Subject: [PATCH] Add border --- src/view/com/pager/FeedsTabBar.web.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/view/com/pager/FeedsTabBar.web.tsx b/src/view/com/pager/FeedsTabBar.web.tsx index e0e64bbd60..82cff5463b 100644 --- a/src/view/com/pager/FeedsTabBar.web.tsx +++ b/src/view/com/pager/FeedsTabBar.web.tsx @@ -117,7 +117,7 @@ function FeedsTabBarTablet( return ( // @ts-ignore the type signature for transform wrong here, translateX and translateY need to be in separate objects -prf { headerHeight.value = e.nativeEvent.layout.height }}> @@ -138,10 +138,12 @@ const styles = StyleSheet.create({ position: 'fixed', zIndex: 1, // @ts-ignore Web only -prf - left: 'calc(50% - 299px)', - width: 598, + left: 'calc(50% - 300px)', + width: 600, top: 0, flexDirection: 'row', alignItems: 'center', + borderLeftWidth: 1, + borderRightWidth: 1, }, })