Skip to content

Commit bee1ac3

Browse files
Venkataramanan VenkateswaranVenkataramanan Venkateswaran
authored andcommitted
Venkataramanan fix: background color for bio announcement
1 parent 9ad67a5 commit bee1ac3

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 ? '#FFD54F' : 'transparent',
355+
backgroundColor: isMeetCriteria ? '#FFF200' : 'transparent',
356356
width: '100%',
357357
padding: '6px 12px 6px 0px',
358358
}}

0 commit comments

Comments
 (0)