#
vincentlu
2026-01-04 5c0839a84cd3de5f4a66d720421a55bd184c27a8
zy-acs-flow/src/page/sta/StaPanel.jsx
@@ -260,7 +260,7 @@
                    height: 14,
                    borderRadius: '50%',
                    backgroundColor: color,
                    boxShadow: `0 0 6px ${color}`,
                    boxShadow: `0 0 3px ${color}`,
                    border: '1px solid rgba(0,0,0,0.12)'
                }} />
                <Typography variant="body2">
@@ -278,7 +278,7 @@
    if (isFalsy(value)) {
        return '#9e9e9e';
    }
    return '#ff9800';
    return '#d40000ff';
};
const isTruthy = (value) => {