fix the font-weight and color of chart in dashboard

This commit is contained in:
Saeed AB 2025-09-22 15:37:36 +03:30
parent f1114e71ec
commit 1a0cf20319
2 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@ export function DashboardHome() {
gridType="circle"
radialLines={false}
stroke="none"
className="first:fill-red-400 last:fill-[#111628]"
className="first:fill-red-400 last:fill-[#24273A]"
polarRadius={[38, 31]}
/>
<RadialBar
@ -506,7 +506,7 @@ export function DashboardHome() {
gridType="circle"
radialLines={false}
stroke="none"
className="first:fill-red-400 last:fill-[#111628]"
className="first:fill-red-400 last:fill-[#24273A]"
polarRadius={[38, 31]}
/>
<RadialBar

View File

@ -173,7 +173,7 @@ export default function EcosystemPage() {
<span className="font-persian text-sm font-light">
{field.N}:
</span>
<span className="font-persian text-sm font-light text-right">
<span className="font-persian text-sm font-normal text-right">
{handleValue(field.V)}
{field.U && <span className="mr-1">({field.U})</span>}
</span>