mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): dashbaord chart grid color (#1417)
This commit is contained in:
parent
273720ea8c
commit
1d5f69db12
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const Dashboard = () => {
|
||||||
width={1100}
|
width={1100}
|
||||||
height={168}
|
height={168}
|
||||||
>
|
>
|
||||||
<CartesianGrid vertical={false} />
|
<CartesianGrid vertical={false} stroke="var(--color-divider)" />
|
||||||
<Area
|
<Area
|
||||||
type="monotone"
|
type="monotone"
|
||||||
dataKey="count"
|
dataKey="count"
|
||||||
|
|
Loading…
Reference in a new issue