Skip to content

Commit 7ea4ed9

Browse files
authored
Merge pull request #140 from InserToken/feat/35-pracMain/minseon
[refactor] 툴팁색변경
2 parents 8611819 + e7d2b06 commit 7ea4ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/charts/InvestCandleChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ export default function InvestCandleChart({
10111011
: {todayPrice.toLocaleString()}
10121012
</div>
10131013
<div style={{ marginTop: 4 }}>
1014-
<span style={{ color: "#396FFB", fontWeight: 600 }}>
1014+
<span style={{ color: "#C9DF00", fontWeight: 600 }}>
10151015
예측값
10161016
</span>
10171017
: {dot.close.toLocaleString()}
@@ -1027,7 +1027,7 @@ export default function InvestCandleChart({
10271027
) {
10281028
return (
10291029
<div>
1030-
<span style={{ color: "#396FFB", fontWeight: 600 }}>
1030+
<span style={{ color: "#C9DF00", fontWeight: 600 }}>
10311031
예측값
10321032
</span>
10331033
: {dot.close.toLocaleString()}

0 commit comments

Comments
 (0)