fix: sync light mode readability improvements

- replace hardcoded dark colors in shared light mode components
- fix focused skill and inline node label readability in light mode

Generated with Codex
This commit is contained in:
“BeeRad”
2026-03-21 15:06:21 +11:00
parent 85a16e05db
commit 2d63f1fa13
6 changed files with 56 additions and 56 deletions
+3 -3
View File
@@ -25,12 +25,12 @@ export default function SourceChip({ url, domain }: SourceChipProps) {
display: 'inline-flex',
alignItems: 'center',
gap: 6,
background: '#1a1a1a',
border: '1px solid #2a2a2a',
background: 'var(--rah-bg-panel)',
border: '1px solid var(--rah-border)',
borderRadius: 999,
padding: '2px 8px',
fontSize: 11,
color: '#bdbdbd',
color: 'var(--rah-text-secondary)',
lineHeight: 1
}}
>