Safelist text-2xl and mt-1 Tailwind classes for larger currency prices

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 14:52:10 +01:00
co-authored by Claude Opus 4.6
parent 5c1a080831
commit 6afaa228c3
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -21,7 +21,7 @@
[:p.text-center.text-gray-400.text-sm "Connecting..."]]]] [:p.text-center.text-gray-400.text-sm "Connecting..."]]]]
;; Safelist classes used in btcdata HTML fragments ;; Safelist classes used in btcdata HTML fragments
[:div {:class "hidden text-4xl font-bold text-green-600 text-red-600 text-gray-900 text-xs text-gray-400 mt-2 flex justify-center gap-4 mt-3 text-sm text-gray-600" [:div {:class "hidden text-4xl text-2xl font-bold text-green-600 text-red-600 text-gray-900 text-xs text-gray-400 mt-2 flex justify-center gap-4 mt-1 mt-3 text-sm text-gray-600"
:aria-hidden "true"}]))) :aria-hidden "true"}])))
(defn- ui-routes [opts] (defn- ui-routes [opts]