stlyes fixes
This commit is contained in:
@@ -9,7 +9,7 @@ export default function StatisticsChart() {
|
||||
position: "top",
|
||||
horizontalAlign: "left",
|
||||
},
|
||||
colors: ["#465FFF", "#9CB9FF"], // Define line colors
|
||||
colors: ["var(--color-primary)", "var(--color-brand-300)"], // Define line colors
|
||||
chart: {
|
||||
fontFamily: "Outfit, sans-serif",
|
||||
height: 310,
|
||||
@@ -89,7 +89,7 @@ export default function StatisticsChart() {
|
||||
labels: {
|
||||
style: {
|
||||
fontSize: "12px", // Adjust font size for y-axis labels
|
||||
colors: ["#6B7280"], // Color of the labels
|
||||
colors: ["var(--color-gray-500)"], // Color of the labels
|
||||
},
|
||||
},
|
||||
title: {
|
||||
|
||||
Reference in New Issue
Block a user