adjust colors to movie-web

This commit is contained in:
Jorrin
2024-03-08 21:53:03 +01:00
parent 7e035e823a
commit ad2c84950a
29 changed files with 1537 additions and 167 deletions

View File

@@ -12,10 +12,10 @@ import {
} from "@react-navigation/native";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import Colors from "@movie-web/tailwind-config/colors";
import "../styles/global.css";
import { defaultTheme } from "@movie-web/tailwind-config/themes";
export {
// Catch any errors thrown by the Layout component.
ErrorBoundary,
@@ -83,7 +83,7 @@ function RootLayoutNav() {
presentation: "card",
headerShown: false,
contentStyle: {
backgroundColor: Colors.background,
backgroundColor: defaultTheme.extend.colors.background.main,
},
}}
>