summaryrefslogtreecommitdiffhomepage
path: root/packages/ui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui')
-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;