summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/tabs.css
diff options
context:
space:
mode:
authoradamelmore <[email protected]>2026-01-26 09:55:37 -0600
committeradamelmore <[email protected]>2026-01-26 11:07:52 -0600
commitb8e8d82323f87080de377b4ac227356bac3e9726 (patch)
tree9e767fc98b49918989db7fdd36ec40fd094c6a18 /packages/ui/src/components/tabs.css
parent801eb5d2cb868d0a14c056439e3898b110f4cc21 (diff)
downloadopencode-b8e8d82323f87080de377b4ac227356bac3e9726.tar.gz
opencode-b8e8d82323f87080de377b4ac227356bac3e9726.zip
chore: cleanup
Diffstat (limited to 'packages/ui/src/components/tabs.css')
-rw-r--r--packages/ui/src/components/tabs.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css
index 2f3c914e1..f02b7deb5 100644
--- a/packages/ui/src/components/tabs.css
+++ b/packages/ui/src/components/tabs.css
@@ -219,7 +219,6 @@
height: auto;
padding: 6px;
gap: 4px;
- border-bottom: 1px solid var(--border-weak-base);
background-color: var(--background-base);
&::after {
@@ -230,7 +229,7 @@
[data-slot="tabs-trigger-wrapper"] {
height: 32px;
border: none;
- border-radius: 999px;
+ border-radius: var(--radius-sm);
background-color: transparent;
gap: 0;