File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function LandingPageNavbar({}: LandingPageNavbarProps) {
7
7
const isLoading = useRouterState ( { select : ( s ) => s . status === "pending" } ) ;
8
8
9
9
return (
10
- < header className = "sticky top-0 z-30 flex w-full flex-col items-center justify-between bg-base-200" >
10
+ < header className = "sticky top-0 z-30 flex w-full flex-col items-center justify-between bg-base-200/520 " >
11
11
< nav className = "flex h-full w-full items-center justify-between gap-5 px-5 p-2" >
12
12
< Link to = "/" className = "btn btn-link btn-sm" >
13
13
< img src = "/colabs.png" alt = "logo" className = "h-8 w-fit" />
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { TanStackRouterDevtools } from "./RouterDevttols";
6
6
7
7
export function RootComponent ( ) {
8
8
return (
9
- < div className = "content min-h-screen bg-gradient-to-r from-base-100 via-primary/20 to-base-100 w-full" >
9
+ < div className = "content min-h-screen bg-gradient-to-r from-base-100 via-primary/20 dark:via-primary/20 to-base-100 w-full" >
10
10
< Outlet />
11
11
< ReactQueryDevtools buttonPosition = "bottom-right" />
12
12
< TanStackRouterDevtools position = "bottom-left" />
You can’t perform that action at this time.
0 commit comments