mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
use medium font weight for settings tab labels
This commit is contained in:
parent
745206ffbb
commit
ecae24f426
1 changed files with 2 additions and 2 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue