Skip to content

Commit 684a00a

Browse files
Merge pull request #4840 from OneCommunityGlobal/venkataramanan_fix_formatted_report_bar_color
Venkataramanan 🔥 Formatted report bar color
2 parents d1a8d3d + ed822d6 commit 684a00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/WeeklySummariesReport/FormattedReport.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function ReportDetails({
352352
<ListGroupItem darkMode={darkMode}>
353353
<div
354354
style={{
355-
backgroundColor: isMeetCriteria ? '#989845' : 'transparent',
355+
backgroundColor: isMeetCriteria ? '#FFD54F' : 'transparent',
356356
width: '100%',
357357
padding: '6px 12px 6px 0px',
358358
}}

0 commit comments

Comments
 (0)