user button ui

This commit is contained in:
Ishaan Dey
2024-04-18 15:07:15 -04:00
parent 5045c4ce9a
commit 5dc337e2ff
6 changed files with 42 additions and 19 deletions

View File

@ -20,7 +20,7 @@ export default async function DashboardPage() {
return (
<div className="w-screen h-screen flex flex-col overflow-hidden overscroll-none">
<Navbar />
<Navbar userId={user.id} />
<Dashboard sandboxes={data} />
</div>
)

View File

@ -57,7 +57,7 @@
--accent: 0 0% 14.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 50%;
--destructive: 0 62.8% 60%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;