Adjust budget bar color

Slightly lighten the grey color of the budget bar in the monthly comparison chart.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 04:23:51 +00:00
parent a34c37facd
commit 0aec4bdb3d

View File

@@ -147,7 +147,7 @@ const Analytics = () => {
<YAxis tickFormatter={formatYAxisTick} />
<Tooltip formatter={formatTooltip} />
<Legend />
<Bar dataKey="budget" name="예산" fill="#8E9196" radius={[4, 4, 0, 0]} />
<Bar dataKey="budget" name="예산" fill="#C8C8C9" radius={[4, 4, 0, 0]} />
<Bar dataKey="expense" name="지출" fill="#81c784" radius={[4, 4, 0, 0]} />
</BarChart>
</ResponsiveContainer>