style: adjust height in editor header

This commit is contained in:
Maze Winther
2025-06-25 23:09:40 +02:00
parent 0c97bc8c3f
commit e5fc3f9bbb

View File

@ -29,7 +29,7 @@ export function HeaderBase({
return (
<header
className={cn("px-6 h-16 flex justify-between items-center", className)}
className={cn("px-6 h-14 flex justify-between items-center", className)}
>
{leftContent && <div className="flex items-center">{leftContent}</div>}
{centerContent && (