mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
fix dark mode on about page
This commit is contained in:
parent
9f91b9fdde
commit
4f5051dee5
@ -7,7 +7,7 @@ import { TooltipProvider } from '@radix-ui/react-tooltip';
|
||||
function AboutPage() {
|
||||
return (
|
||||
<TooltipProvider>
|
||||
<div className="flex flex-col h-full w-full bg-bolt-elements-background-depth-1">
|
||||
<div className="flex flex-col h-full min-h-screen w-full bg-bolt-elements-background-depth-1">
|
||||
<BackgroundRays />
|
||||
<Header />
|
||||
<ClientOnly>{() => <Menu />}</ClientOnly>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user