style: remove solid background to reveal global gradient

This commit is contained in:
Avery Felts 2026-01-27 09:19:56 -07:00
parent ee59d0088e
commit 630d88e4bd

View File

@ -11,7 +11,7 @@ export default async function SmokingAidsPage() {
}
return (
<div className="min-h-screen bg-background">
<div className="min-h-screen">
<UserHeader user={user} />
<SmokingAidsContent />
</div>