Fix color for risk chart value
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
fb9bce0282
commit
aa1ab4096d
@@ -185,7 +185,7 @@ function RisksChartCell({
|
||||
className="flex items-center justify-between gap-4"
|
||||
>
|
||||
<div className="text-txt-secondary">{info.label}</div>
|
||||
<div>{info.value}</div>
|
||||
<div className="text-txt-primary">{info.value}</div>
|
||||
</div>
|
||||
))}
|
||||
<DropdownSeparator className="my-3" />
|
||||
|
||||
Reference in New Issue
Block a user