style(sidebar): adiciona padding no topo do header

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
esdrasrenan 2025-12-14 15:11:26 -03:00
parent 117fbba175
commit caa6c53b2b

View file

@ -220,7 +220,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
if (!isHydrated) { if (!isHydrated) {
return ( return (
<Sidebar {...props}> <Sidebar {...props}>
<SidebarHeader> <SidebarHeader className="pt-4">
<Skeleton className="h-14 w-full rounded-lg" /> <Skeleton className="h-14 w-full rounded-lg" />
</SidebarHeader> </SidebarHeader>
<SidebarContent> <SidebarContent>
@ -246,7 +246,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
return ( return (
<Sidebar {...props}> <Sidebar {...props}>
<SidebarHeader> <SidebarHeader className="pt-4">
<SidebarBrand <SidebarBrand
logoSrc="/logo-raven.png" logoSrc="/logo-raven.png"
logoAlt="Logotipo Raven" logoAlt="Logotipo Raven"