diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index 8d287210..0b8316c0 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -547,11 +547,11 @@ crosshair: { horzLine: { visible: true, - labelBackgroundColor: "#7E3AF2", + labelBackgroundColor: "#fff", }, vertLine: { labelVisible: true, - labelBackgroundColor: "#7E3AF2", + labelBackgroundColor: "#fff", style: 0, }, }, @@ -869,7 +869,7 @@ {#if $isBeforeMarketOpen && !$isOpen && !$isWeekend}