fix dark mode on about page

This commit is contained in:
Brian Hackett 2025-04-03 10:53:09 -07:00
parent 9f91b9fdde
commit 4f5051dee5

View File

@ -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>