fix(svg): change svg compressor B position
This commit is contained in:
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user