Fix bundle analyzer source readability: white bg, darker text
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -115,6 +115,6 @@
|
|||||||
(str (len deps) " deps"))))))
|
(str (len deps) " deps"))))))
|
||||||
|
|
||||||
;; SX source (shown when component expanded)
|
;; SX source (shown when component expanded)
|
||||||
(div :class "border-t border-stone-200 p-3"
|
(div :class "border-t border-stone-200 p-3 bg-white rounded-b"
|
||||||
(pre :class "text-xs font-mono text-stone-700 whitespace-pre-wrap overflow-x-auto leading-relaxed"
|
(pre :class "text-xs font-mono text-stone-900 whitespace-pre-wrap overflow-x-auto leading-relaxed"
|
||||||
source))))
|
source))))
|
||||||
|
|||||||
Reference in New Issue
Block a user