This commit is contained in:
2025-10-07 10:25:30 +02:00
parent a5a5806c7c
commit 0c9e9f5f56
3 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const TabBar = ({ state = {}, descriptors = {}, navigation = {} }) => {
<View
style={{
position: "absolute",
bottom: gutters * 2,
bottom: isWeb ? gutters : 3,
width: "90%",
maxWidth: 500,
alignSelf: "center",