Align sidebar header border with TopBar border (h-[58px])

This commit is contained in:
Agent Zero
2026-07-21 22:21:54 +02:00
parent 5adaee25a0
commit 719a4773d7
+1 -1
View File
@@ -127,7 +127,7 @@ export function Sidebar() {
aria-label="Seitenleiste Navigation" aria-label="Seitenleiste Navigation"
data-testid="sidebar" data-testid="sidebar"
> >
<div className="h-16 flex items-center px-4 border-b border-secondary-700"> <div className="h-[58px] flex items-center px-4 border-b border-secondary-700">
<span className="text-xl font-bold text-white">leocrm</span> <span className="text-xl font-bold text-white">leocrm</span>
</div> </div>
<nav className="flex-1 overflow-y-auto py-4" aria-label="Hauptnavigation"> <nav className="flex-1 overflow-y-auto py-4" aria-label="Hauptnavigation">