Align sidebar header border with TopBar border (h-[58px])
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user