From 3edfa00a393ecf320814488959c4e7d9d4a34dae Mon Sep 17 00:00:00 2001 From: Sean Hagstrom Date: Sun, 29 Dec 2024 11:37:45 -0800 Subject: [PATCH] format: interactive-graph --- src/quo/components/graph/interactive_graph/view.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/quo/components/graph/interactive_graph/view.cljs b/src/quo/components/graph/interactive_graph/view.cljs index b75ebc9bfca6..29f3a074adac 100644 --- a/src/quo/components/graph/interactive_graph/view.cljs +++ b/src/quo/components/graph/interactive_graph/view.cljs @@ -76,7 +76,8 @@ y-axis-label-background-color (colors/theme-colors colors/white-70-blur-opaque colors/neutral-95 theme) - customization-color (colors/resolve-color customization-color (colors/invert-theme theme)) + customization-color (colors/resolve-color customization-color + (colors/invert-theme theme)) y-axis-label-texts (utils/calculate-y-axis-labels min-value step-value 4) x-axis-label-texts (utils/calculate-x-axis-labels data 5) reference-label-background-color (colors/theme-colors colors/neutral-80-opa-5-opaque