From 955e798b05e71f0d107c5b333450aee873f47c3a Mon Sep 17 00:00:00 2001 From: theojungle Date: Sun, 15 Dec 2024 20:28:33 +0100 Subject: [PATCH] fix: on android border top color --- src/app/(tabs)/_layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,