This commit is contained in:
2025-10-09 16:21:42 +02:00
parent 078dc51070
commit 38504840b9
8 changed files with 151 additions and 69 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const TabBar = ({ state = {}, descriptors = {}, navigation = {} }) => {
<View
style={{
position: "absolute",
bottom: isWeb ? gutters : 3,
bottom: isWeb ? gutters : 5,
width: "90%",
maxWidth: 500,
alignSelf: "center",