Skip to content

Commit

Permalink
fix: on android border top color
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 15, 2024
1 parent 75ccc83 commit 955e798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 955e798

Please sign in to comment.