Browse Source

use medium font weight for settings tab labels

David Hill 1 month ago
parent
commit
ecae24f426
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ui/src/components/tabs.css

+ 2 - 2
packages/ui/src/components/tabs.css

@@ -315,10 +315,10 @@
         border: none;
         border-radius: var(--radius-md);
 
-        /* text-14-regular */
+        /* text-14-medium */
         font-family: var(--font-family-sans);
         font-size: var(--font-size-base);
-        font-weight: var(--font-weight-regular);
+        font-weight: var(--font-weight-medium);
         line-height: var(--line-height-large);
 
         [data-slot="tabs-trigger"] {