From 55adbf6463cdbc4e294a767167bdc8863cd1e299 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 14:03:52 +0000 Subject: [PATCH] Fix bundle analyzer source readability: white bg, darker text Co-Authored-By: Claude Opus 4.6 --- sx/sx/analyzer.sx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx/sx/analyzer.sx b/sx/sx/analyzer.sx index 3d7fe24..cd19b3f 100644 --- a/sx/sx/analyzer.sx +++ b/sx/sx/analyzer.sx @@ -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))))