Commit 9ca74cf8 authored by Fred Zaw's avatar Fred Zaw Committed by GitHub

style: updated crosshair light/dark color and stroke width (#4837)

updated crosshair light/dark color and stroke width
parent 2a0d4554
...@@ -332,9 +332,9 @@ export function PriceChart({ width, height, prices }: PriceChartProps) { ...@@ -332,9 +332,9 @@ export function PriceChart({ width, height, prices }: PriceChartProps) {
left={crosshair} left={crosshair}
top={rdScale(displayPrice.value) + margin.top} top={rdScale(displayPrice.value) + margin.top}
size={50} size={50}
fill={theme.accentActive} fill={theme.accentAction}
stroke={theme.backgroundOutline} stroke={theme.backgroundOutline}
strokeWidth={2} strokeWidth={0.5}
/> />
</g> </g>
) : ( ) : (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment