use medium font weight for settings tab labels

This commit is contained in:
David Hill
2026-01-20 17:00:09 +00:00
parent 745206ffbb
commit ecae24f426

View File

@@ -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"] {