[chore] update styles and remove path select tests at launch page
This commit is contained in:
@@ -15,7 +15,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className="bg-[rgba(242, 241, 243, 0.65)] dark:bg-zinc-900">
|
||||
<body className="bg-zinc-100 dark:bg-zinc-900">
|
||||
<Providers>{children}</Providers>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user