chore(theme): font audit — arbitrary px → semantic tokens (1/6 Stage 3.x)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user