fix(mobile): tydlig bakåt-etikett (Tillbaka) istället för (tabs) i navigationen
CI / Typecheck, test & build (push) Successful in 1m34s

This commit is contained in:
Sven (AAMOS AI)
2026-08-14 05:38:29 +07:00
parent 72b1d9d5a3
commit f5aeb28a24
+1
View File
@@ -59,6 +59,7 @@ export default function RootLayout() {
headerStyle: { backgroundColor: colors.background }, headerStyle: { backgroundColor: colors.background },
headerTintColor: colors.text, headerTintColor: colors.text,
headerShadowVisible: false, headerShadowVisible: false,
headerBackTitle: t("common.back"),
contentStyle: { backgroundColor: colors.background }, contentStyle: { backgroundColor: colors.background },
}} }}
> >