From 487ac97563bba8832df1c3e93e3031723106032e Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 18 Feb 2026 17:15:44 +0000 Subject: [PATCH] tweak(ui): shrink filetree tab height --- packages/ui/src/components/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 2a75defa28..de5e1750e9 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -282,7 +282,7 @@ } [data-slot="tabs-trigger-wrapper"] { - height: 26px; + height: 24px; border-radius: 6px; color: var(--text-weak);