mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
Default to dark theme for now (#262)
This commit is contained in:
parent
a13b593935
commit
ccd435dd82
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import { Toaster } from "@/components/ui/toaster";
|
||||||
import { SideNav } from "./SideNav";
|
import { SideNav } from "./SideNav";
|
||||||
import { DiscordLogoIcon, GitHubLogoIcon } from "@radix-ui/react-icons";
|
import { DiscordLogoIcon, GitHubLogoIcon } from "@radix-ui/react-icons";
|
||||||
import { Logo } from "@/components/Logo";
|
import { Logo } from "@/components/Logo";
|
||||||
import { ThemeToggle } from "@/components/ThemeSwitch";
|
|
||||||
import { Profile } from "./Profile";
|
import { Profile } from "./Profile";
|
||||||
import { useContext } from "react";
|
import { useContext } from "react";
|
||||||
import { UserContext } from "@/store/UserContext";
|
import { UserContext } from "@/store/UserContext";
|
||||||
|
@ -50,7 +49,6 @@ function RootLayout({ onLogout }: Props) {
|
||||||
>
|
>
|
||||||
<GitHubLogoIcon className="w-6 h-6" />
|
<GitHubLogoIcon className="w-6 h-6" />
|
||||||
</Link>
|
</Link>
|
||||||
<ThemeToggle />
|
|
||||||
</div>
|
</div>
|
||||||
<main className="pl-72">
|
<main className="pl-72">
|
||||||
<Outlet />
|
<Outlet />
|
||||||
|
|
Loading…
Add table
Reference in a new issue