mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:13:25 +00:00
adjust colors to movie-web
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user