diff --git a/src/app/(tabs)/_layout.tsx b/src/app/(tabs)/_layout.tsx index 75aae6c..d072b2c 100644 --- a/src/app/(tabs)/_layout.tsx +++ b/src/app/(tabs)/_layout.tsx @@ -59,8 +59,8 @@ export default function Layout() { ? { height: tabBarBottomHeight, backgroundColor: theme.colors.ahead, - borderTopColor: theme.colors.ahead, - position: 'absolute' + position: 'absolute', + borderTopWidth: 0 } : { height: tabBarBottomHeight,