Skip to content

Commit

Permalink
Make it easier to see which are resolved, given that they can be reso…
Browse files Browse the repository at this point in the history
…lved without a moderator
  • Loading branch information
GreenAsJade committed Oct 1, 2023
1 parent 79dd0e5 commit acb2f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/views/ReportsCenter/ReportsCenterHistory.styl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
padding-right: 0.25rem;
padding-bottom: 0.4em;
}

.resolved {
themed color shade2
}
}
2 changes: 1 addition & 1 deletion src/views/ReportsCenter/ReportsCenterHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function ReportsCenterHistory(): JSX.Element {
},
{
header: "State",
className: () => "state",
className: (X) => `state ${X?.state}`,
render: (X) => X.state,
},
{
Expand Down

0 comments on commit acb2f62

Please sign in to comment.