Enhance header styling and increase font size for better visibility across multiple dashboard components

This commit is contained in:
headlessdev
2025-04-15 16:25:01 +02:00
parent 8ff112e86e
commit 7660f8bb5c
5 changed files with 14 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ export default function Dashboard() {
<SidebarProvider>
<AppSidebar />
<SidebarInset className="flex flex-col h-screen">
<header className="flex h-16 shrink-0 items-center gap-2 transition-[width,height] ease-linear group-has-[[data-collapsible=icon]]/sidebar-wrapper:h-12">
<header className="flex h-16 shrink-0 items-center gap-2 border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="flex items-center gap-2 px-4">
<SidebarTrigger className="-ml-1 dark:text-white" />
<Separator