Spaces:
Sleeping
Sleeping
change focus flag color
Browse files
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 ? '#
|
| 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',
|