We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8611819 + e7d2b06 commit 7ea4ed9Copy full SHA for 7ea4ed9
src/components/charts/InvestCandleChart.tsx
@@ -1011,7 +1011,7 @@ export default function InvestCandleChart({
1011
: {todayPrice.toLocaleString()}
1012
</div>
1013
<div style={{ marginTop: 4 }}>
1014
- <span style={{ color: "#396FFB", fontWeight: 600 }}>
+ <span style={{ color: "#C9DF00", fontWeight: 600 }}>
1015
예측값
1016
</span>
1017
: {dot.close.toLocaleString()}
@@ -1027,7 +1027,7 @@ export default function InvestCandleChart({
1027
) {
1028
return (
1029
<div>
1030
1031
1032
1033
0 commit comments