Skip to content

Commit 7ed754e

Browse files
committed
fix: correct color mapping for comment reports
- Update the color mapping for ReportableEntity.comment in the _ReportsDataSource class -
1 parent 1d2f007 commit 7ed754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/community_management/view/reports_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class _ReportsDataSource extends DataTableSource {
227227
return colorScheme.primaryContainer.withOpacity(0.5);
228228
case ReportableEntity.source:
229229
return colorScheme.secondaryContainer.withOpacity(0.5);
230-
case ReportableEntity.engagement:
230+
case ReportableEntity.comment:
231231
return colorScheme.tertiaryContainer.withOpacity(0.5);
232232
}
233233
}

0 commit comments

Comments
 (0)