fix: stabilize web build path e cores do SLA
This commit is contained in:
parent
99b4d50589
commit
8f2c00a75a
3 changed files with 10 additions and 6 deletions
|
|
@ -19,10 +19,10 @@ function resolveSlaTone(percent: number) {
|
|||
return { indicatorClass: "bg-[#00e8ff]", textClass: "text-[#00e8ff]" }
|
||||
}
|
||||
if (percent < 50) {
|
||||
return { indicatorClass: "bg-emerald-400", textClass: "text-emerald-500" }
|
||||
return { indicatorClass: "bg-emerald-400", textClass: "text-emerald-400" }
|
||||
}
|
||||
if (percent < 75) {
|
||||
return { indicatorClass: "bg-amber-400", textClass: "text-amber-500" }
|
||||
return { indicatorClass: "bg-amber-400", textClass: "text-amber-400" }
|
||||
}
|
||||
return { indicatorClass: "bg-rose-500", textClass: "text-rose-500" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue