another theme switch fix
Browse files- app/routes/_index.tsx +1 -1
app/routes/_index.tsx
CHANGED
|
@@ -13,7 +13,7 @@ export const loader = () => json({});
|
|
| 13 |
|
| 14 |
export default function Index() {
|
| 15 |
return (
|
| 16 |
-
<div className="flex flex-col h-full w-full bg-bolt-elements-background-depth-1
|
| 17 |
<BackgroundRays />
|
| 18 |
<Header />
|
| 19 |
<ClientOnly fallback={<BaseChat />}>{() => <Chat />}</ClientOnly>
|
|
|
|
| 13 |
|
| 14 |
export default function Index() {
|
| 15 |
return (
|
| 16 |
+
<div className="flex flex-col h-full w-full bg-bolt-elements-background-depth-1">
|
| 17 |
<BackgroundRays />
|
| 18 |
<Header />
|
| 19 |
<ClientOnly fallback={<BaseChat />}>{() => <Chat />}</ClientOnly>
|