diff --git a/app/components/dashboard/dashboard-home.tsx b/app/components/dashboard/dashboard-home.tsx index 35feda2..645e3d6 100644 --- a/app/components/dashboard/dashboard-home.tsx +++ b/app/components/dashboard/dashboard-home.tsx @@ -230,11 +230,11 @@ export function DashboardHome() { style={{ height: `${Math.random() * 80 + 20}%` }} >
@@ -345,7 +345,7 @@ export function DashboardHome() { 100, ) : 0, - fill: "green", + fill: "var(--color-green)", }, ]} startAngle={90} @@ -378,7 +378,7 @@ export function DashboardHome() { gridType="circle" radialLines={false} stroke="none" - className="first:fill-red-400 last:fill-[#24273A]" + className="first:fill-pr-red last:fill-[#24273A]" polarRadius={[38, 31]} />
- + مقاله:
@@ -791,7 +791,7 @@ export function DashboardHome() {
- + برگزاری رویداد:
diff --git a/app/components/ui/progress.tsx b/app/components/ui/progress.tsx index 8e11734..8fdf955 100644 --- a/app/components/ui/progress.tsx +++ b/app/components/ui/progress.tsx @@ -16,13 +16,11 @@ const Progress = React.forwardRef< {...props} > ۰% - {formatNumber(Math.ceil(value || 0 * 10) / 10)}% - {formatNumber(.2)}% ))