codacus commited on
Commit
4544554
·
1 Parent(s): dd82a30

another theme switch fix

Browse files
Files changed (1) hide show
  1. 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 dark:bg-bolt-elements-background-depth-1/80">
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>