use higlight

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-05-16 11:47:02 +02:00
parent a22d02362e
commit a82cec2def
1 changed files with 5 additions and 1 deletions

View File

@ -111,7 +111,11 @@ const RiskDashboard: NextPage = () => {
return (
<Td
xBorder
className="text-left"
className={
col.highlight
? 'text-left text-th-warning'
: ''
}
key={idx}
>
{formatValue(col.val)}