Skip to content

Commit

Permalink
another theme switch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Nov 20, 2024
1 parent dd82a30 commit 4544554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const loader = () => json({});

export default function Index() {
return (
<div className="flex flex-col h-full w-full bg-bolt-elements-background-depth-1 dark:bg-bolt-elements-background-depth-1/80">
<div className="flex flex-col h-full w-full bg-bolt-elements-background-depth-1">
<BackgroundRays />
<Header />
<ClientOnly fallback={<BaseChat />}>{() => <Chat />}</ClientOnly>
Expand Down

0 comments on commit 4544554

Please sign in to comment.