diff --git a/src/lib/components/HoverStockChart.svelte b/src/lib/components/HoverStockChart.svelte index 07a2a8e5..ee30ee42 100644 --- a/src/lib/components/HoverStockChart.svelte +++ b/src/lib/components/HoverStockChart.svelte @@ -98,7 +98,7 @@ layout: { background: { type: ColorType.Solid, - color: "#09090B", + color: "#2A2E39", }, lineColor: "#2B2B43", textColor: "#D9D9D9", @@ -164,7 +164,6 @@ chart && typeof window !== "undefined" ) { - console.log("yes"); chart?.timeScale()?.fitContent(); } @@ -184,12 +183,12 @@ > - +