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
+1 -1
View File
@@ -51,7 +51,7 @@ function NodeLabel({ id, title, dimensions, onNodeClick }: NodeLabelProps) {
<span style={{
fontWeight: 'bold',
textDecoration: 'underline',
color: '#e5e5e5'
color: 'var(--rah-text-base)'
}}>
{truncatedTitle}
</span>