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"
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user