We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b917fe1 commit b0fb8adCopy full SHA for b0fb8ad
apps/web/app/(org)/dashboard/layout.tsx
@@ -81,7 +81,7 @@ export default async function DashboardLayout({
81
userPreferences={userPreferences}
82
referClicked={referClicked === "true"}
83
>
84
- <div className="dashboard-grid">
+ <div className="bg-gray-2 dashboard-grid">
85
<DesktopNav />
86
<div className="flex h-full [grid-area:main] focus:outline-none">
87
<MobileNav />
0 commit comments