From b823e47e5d0d460a958b700fb54bc61565c5827e Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Tue, 25 Mar 2025 20:03:06 -0500 Subject: [PATCH] Tighten sidebar expand button margin --- src/components/HeaderList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderList.tsx b/src/components/HeaderList.tsx index 2becf235..1a60a4d4 100644 --- a/src/components/HeaderList.tsx +++ b/src/components/HeaderList.tsx @@ -65,7 +65,7 @@ export default function HeaderList({ onClick={() => setIsExpanded(!isExpanded)} styleAs="link" className={clsx( - 'mt-1', + 'mt-0.5', 'text-xs font-medium tracking-wider', 'border-medium rounded-md', 'px-[5px] h-5!',