reduced navbar padding / height

This commit is contained in:
Bernt Christian Egeland
2021-08-20 13:04:47 +02:00
committed by Blake Blackshear
parent 5ae4f47e96
commit 354a9240f0
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ export default function NavigationDrawer({ children, header }) {
onClick={handleDismiss}
>
{header ? (
<div className="flex-shrink-0 p-5 flex flex-row items-center justify-between border-b border-gray-200 dark:border-gray-700">
<div className="flex-shrink-0 p-2 flex flex-row items-center justify-between border-b border-gray-200 dark:border-gray-700">
{header}
</div>
) : null}