diff options
| author | David Hill <[email protected]> | 2026-02-18 16:58:23 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:16 +0000 |
| commit | 0888c02379f0dd57a17b42788469d713c71ddb51 (patch) | |
| tree | 499af7f73aac8c71a1d66e89e14f07b3d23108a7 /packages/ui/src/components | |
| parent | 24ce49d9d7c225651eb04db49f4a92f57a0d3412 (diff) | |
| download | opencode-0888c02379f0dd57a17b42788469d713c71ddb51.tar.gz opencode-0888c02379f0dd57a17b42788469d713c71ddb51.zip | |
tweak(ui): file tree background color
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/tabs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 7668c2976..fee929d34 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -274,6 +274,7 @@ padding-inline: 12px; gap: 8px; align-items: center; + background-color: var(--background-stronger); } [data-slot="tabs-trigger-wrapper"] { |
