Skip to content

Commit

Permalink
fix(console): dashbaord chart grid color (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie committed Jul 5, 2022
1 parent 273720e commit 1d5f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Dashboard = () => {
width={1100}
height={168}
>
<CartesianGrid vertical={false} />
<CartesianGrid vertical={false} stroke="var(--color-divider)" />
<Area
type="monotone"
dataKey="count"
Expand Down

0 comments on commit 1d5f69d

Please sign in to comment.