user button ui
This commit is contained in:
@ -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>
|
||||
)
|
||||
|
@ -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%;
|
||||
|
Reference in New Issue
Block a user