Update Dashboard03.vue

Fix mismatch header lines in Block - Dashboard03 component.
This commit is contained in:
Lucas Bois 2024-03-31 21:55:14 -03:00 committed by GitHub
parent c1c1f171fe
commit 91e0fa03c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ import { Tooltip, TooltipContent, TooltipTrigger } from '@/lib/registry/default/
</nav>
</aside>
<div class="flex flex-col">
<header class="sticky top-0 z-10 flex h-[53px] items-center gap-1 border-b bg-background px-4">
<header class="sticky top-0 z-10 flex h-[57px] items-center gap-1 border-b bg-background px-4">
<h1 class="text-xl font-semibold">
Playground
</h1>