Theme and UI updates

This commit is contained in:
Patrick Fic
2025-10-16 09:34:24 -07:00
parent 4c7ae9de79
commit 93a539bd6d
5 changed files with 79 additions and 70 deletions

View File

@@ -1,14 +1,16 @@
import FontAwesome from "@expo/vector-icons/FontAwesome";
import { Tabs } from "expo-router";
import { useTranslation } from "react-i18next";
import { useTheme } from "react-native-paper";
function JobTabLayout(props) {
const { t } = useTranslation();
const theme = useTheme();
return (
<Tabs
screenOptions={{
tabBarActiveTintColor: "blue",
tabBarActiveTintColor: theme.colors.primary,
tabBarPosition: "top",
headerShown: false,
tabBarStyle: {