0
Fork 0
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:
Wang Sijie 2022-07-05 18:01:58 +08:00 committed by GitHub
parent 273720ea8c
commit 1d5f69db12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"