diff --git a/frontend/app/(seeker)/_layout.tsx b/frontend/app/(seeker)/_layout.tsx index 8a7a921..08b479c 100644 --- a/frontend/app/(seeker)/_layout.tsx +++ b/frontend/app/(seeker)/_layout.tsx @@ -5,11 +5,20 @@ import { Tabs } from "expo-router"; import { Text } from "react-native"; +import { + NAV_HEADER_STYLE, + NAV_HEADER_TINT_COLOR, + NAV_HEADER_TITLE_STYLE, +} from "@/lib/theme"; + export default function SeekerLayout() { return (