fix the font-weight and color of chart in dashboard
This commit is contained in:
parent
f1114e71ec
commit
1a0cf20319
|
|
@ -378,7 +378,7 @@ export function DashboardHome() {
|
||||||
gridType="circle"
|
gridType="circle"
|
||||||
radialLines={false}
|
radialLines={false}
|
||||||
stroke="none"
|
stroke="none"
|
||||||
className="first:fill-red-400 last:fill-[#111628]"
|
className="first:fill-red-400 last:fill-[#24273A]"
|
||||||
polarRadius={[38, 31]}
|
polarRadius={[38, 31]}
|
||||||
/>
|
/>
|
||||||
<RadialBar
|
<RadialBar
|
||||||
|
|
@ -506,7 +506,7 @@ export function DashboardHome() {
|
||||||
gridType="circle"
|
gridType="circle"
|
||||||
radialLines={false}
|
radialLines={false}
|
||||||
stroke="none"
|
stroke="none"
|
||||||
className="first:fill-red-400 last:fill-[#111628]"
|
className="first:fill-red-400 last:fill-[#24273A]"
|
||||||
polarRadius={[38, 31]}
|
polarRadius={[38, 31]}
|
||||||
/>
|
/>
|
||||||
<RadialBar
|
<RadialBar
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ export default function EcosystemPage() {
|
||||||
<span className="font-persian text-sm font-light">
|
<span className="font-persian text-sm font-light">
|
||||||
{field.N}:
|
{field.N}:
|
||||||
</span>
|
</span>
|
||||||
<span className="font-persian text-sm font-light text-right">
|
<span className="font-persian text-sm font-normal text-right">
|
||||||
{handleValue(field.V)}
|
{handleValue(field.V)}
|
||||||
{field.U && <span className="mr-1">({field.U})</span>}
|
{field.U && <span className="mr-1">({field.U})</span>}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user