From 4db2d94854500cf939b95fb030e35c29982f1fdf 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 2a75defa2..de5e1750e 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);