Quiet fields: base.css field baseline, --field tokens, 3:1 border-strong, app-wide migration

This commit is contained in:
2026-06-13 00:06:33 +03:00
parent ebdeac7747
commit e0806bf3db
19 changed files with 218 additions and 232 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ export const lightBaseConfig: Config = {
background: 'transparent',
title: { color: '#161616' }, // --text (light)
axis: {
domainColor: '#c6c6c6', // --border-strong (light)
domainColor: '#c6c6c6', // axis line — deliberately lighter than UI --border-strong; chart guides stay subtle
gridColor: '#e0e0e0', // --border (light)
labelColor: '#525252', // --text-secondary (light)
titleColor: '#161616', // --text (light)
@@ -86,7 +86,7 @@ export const darkBaseConfig: Config = {
background: 'transparent',
title: { color: '#f4f4f4' }, // --text (dark)
axis: {
domainColor: '#525252', // --border-strong (dark)
domainColor: '#525252', // axis line — deliberately lighter than UI --border-strong; chart guides stay subtle
gridColor: '#393939', // --border (dark)
labelColor: '#a8a8a8', // --text-secondary (dark)
titleColor: '#f4f4f4', // --text (dark)