stlyes fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-29 19:52:51 +00:00
parent c91175fdcb
commit 4f7ab9c606
155 changed files with 1576 additions and 2489 deletions

View File

@@ -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: {