Fix bundle analyzer source readability: white bg, darker text

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 14:03:52 +00:00
parent fbfd203746
commit 55adbf6463

View File

@@ -115,6 +115,6 @@
(str (len deps) " deps"))))))
;; SX source (shown when component expanded)
(div :class "border-t border-stone-200 p-3"
(pre :class "text-xs font-mono text-stone-700 whitespace-pre-wrap overflow-x-auto leading-relaxed"
(div :class "border-t border-stone-200 p-3 bg-white rounded-b"
(pre :class "text-xs font-mono text-stone-900 whitespace-pre-wrap overflow-x-auto leading-relaxed"
source))))