We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1a8d3d + ed822d6 commit 684a00aCopy full SHA for 684a00a
1 file changed
src/components/WeeklySummariesReport/FormattedReport.jsx
@@ -352,7 +352,7 @@ function ReportDetails({
352
<ListGroupItem darkMode={darkMode}>
353
<div
354
style={{
355
- backgroundColor: isMeetCriteria ? '#989845' : 'transparent',
+ backgroundColor: isMeetCriteria ? '#FFD54F' : 'transparent',
356
width: '100%',
357
padding: '6px 12px 6px 0px',
358
}}
0 commit comments