style: reduce vertical padding in dashboard and portal sidebar headers
This commit is contained in:
@@ -113,7 +113,7 @@ function AppSidebar({
|
||||
variant="bordered"
|
||||
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
||||
>
|
||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-6">
|
||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
||||
<Link href="/">
|
||||
<Image
|
||||
src="/logo/blackLogo.png"
|
||||
|
||||
@@ -119,7 +119,7 @@ function AppSidebar({
|
||||
variant="bordered"
|
||||
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
|
||||
>
|
||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-6">
|
||||
<SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
|
||||
<Link href="/portal">
|
||||
<Image
|
||||
src="/logo/blackLogo.png"
|
||||
|
||||
Reference in New Issue
Block a user