Skip to content

Commit b0fb8ad

Browse files
authored
Update layout.tsx (#1052)
1 parent b917fe1 commit b0fb8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default async function DashboardLayout({
8181
userPreferences={userPreferences}
8282
referClicked={referClicked === "true"}
8383
>
84-
<div className="dashboard-grid">
84+
<div className="bg-gray-2 dashboard-grid">
8585
<DesktopNav />
8686
<div className="flex h-full [grid-area:main] focus:outline-none">
8787
<MobileNav />

0 commit comments

Comments
 (0)