chore(theme): font audit — arbitrary px → semantic tokens (1/6 Stage 3.x)

This commit is contained in:
Александр Зимин
2026-05-12 12:09:52 +00:00
parent 9fc2ed5b35
commit 8360c39a45
4 changed files with 6 additions and 6 deletions
@@ -1870,7 +1870,7 @@ function JsonTabContent({ detail }: { detail: { schemaJson: import('@/api/client
* bg-surface-2 который user feedback'нул как «желтый кремовый».
* Highlight token colors (text-accent/green/pink/warn) работают на
* тёмном фоне OK благодаря accessible contrast. */}
<pre className="rounded-lg border border-[#3d3863] bg-[#0c0a23] p-4 overflow-x-auto text-[12px] font-mono text-[#f0eaff] whitespace-pre">
<pre className="rounded-lg border border-[#3d3863] bg-[#0c0a23] p-4 overflow-x-auto text-cell font-mono text-[#f0eaff] whitespace-pre">
<code dangerouslySetInnerHTML={{ __html: highlightJson(json) }} />
</pre>
</div>