fix(svg): change svg compressor B position

This commit is contained in:
zain94rif
2026-04-09 11:02:59 +07:00
parent b64fa47a38
commit da1adce118
2 changed files with 35 additions and 47 deletions

View File

@@ -81,7 +81,7 @@ const StatusColor = (el, num) => {
el.style.fill = 'orange';
break;
case 2:
el.style.fill = 'green';
el.style.fill = 'rgb(7,250,14)';
break;
default:
el.style.fill = 'rgb(216,216,216)';