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.
1 parent 1d2f007 commit 7ed754eCopy full SHA for 7ed754e
lib/community_management/view/reports_page.dart
@@ -227,7 +227,7 @@ class _ReportsDataSource extends DataTableSource {
227
return colorScheme.primaryContainer.withOpacity(0.5);
228
case ReportableEntity.source:
229
return colorScheme.secondaryContainer.withOpacity(0.5);
230
- case ReportableEntity.engagement:
+ case ReportableEntity.comment:
231
return colorScheme.tertiaryContainer.withOpacity(0.5);
232
}
233
0 commit comments