diff options
| author | David Hill <[email protected]> | 2026-02-18 17:15:44 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:17 +0000 |
| commit | 4db2d94854500cf939b95fb030e35c29982f1fdf (patch) | |
| tree | 46c4e974ee16e5e7e8ae3ece33c6d3fa28a916ab /packages/ui/src | |
| parent | e5d52e4eb528055ffc0d461c451ff4c79fe7e99d (diff) | |
| download | opencode-4db2d94854500cf939b95fb030e35c29982f1fdf.tar.gz opencode-4db2d94854500cf939b95fb030e35c29982f1fdf.zip | |
tweak(ui): shrink filetree tab height
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
