Skip to content

Commit

Permalink
fix: chart accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2023
1 parent 0d600f2 commit 736270e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/web/app/visualizer/chart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const OverView = () => {
type="monotone"
dataKey="uv"
stackId="1"
stroke="hsl(var(--primary-700))"
fill="hsl(var(--primary-700))"
stroke="hsl(var(--accent-700))"
fill="hsl(var(--accent-700))"
className="[&_*]:transition-colors"
/>
<Area
Expand All @@ -107,8 +107,8 @@ const OverView = () => {
type="monotone"
dataKey="amt"
stackId="1"
stroke="hsl(var(--accent-700))"
fill="hsl(var(--accent-700))"
stroke="hsl(var(--primary-700))"
fill="hsl(var(--primary-700))"
className="[&_*]:transition-colors"
/>
</AreaChart>
Expand Down

0 comments on commit 736270e

Please sign in to comment.