Kexin-251202 commited on
Commit
9cca3f3
·
verified ·
1 Parent(s): 056b87c

change focus flag color

Browse files
Files changed (1) hide show
  1. src/components/FocusPageLocal.jsx +1 -1
src/components/FocusPageLocal.jsx CHANGED
@@ -923,7 +923,7 @@ function FocusPageLocal({ videoManager, sessionResult, setSessionResult, isActiv
923
  key={index}
924
  className="timeline-block"
925
  style={{
926
- backgroundColor: event.isFocused ? '#28a745' : '#dc3545',
927
  width: '10px',
928
  height: '20px',
929
  borderRadius: '2px',
 
923
  key={index}
924
  className="timeline-block"
925
  style={{
926
+ backgroundColor: event.isFocused ? '#43ff6f' : '#ff2c41',
927
  width: '10px',
928
  height: '20px',
929
  borderRadius: '2px',