summaryrefslogtreecommitdiff
path: root/source/features/select-notifications.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/select-notifications.tsx')
-rw-r--r--source/features/select-notifications.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/features/select-notifications.tsx b/source/features/select-notifications.tsx
index f3dc393a..8a934a96 100644
--- a/source/features/select-notifications.tsx
+++ b/source/features/select-notifications.tsx
@@ -83,14 +83,14 @@ function handleSelection({target}: Event): void {
function createDropdownList(category: Category, filters: Filter[]): JSX.Element {
const icons: {[Key in Filter]: JSX.Element} = {
- 'Pull requests': <GitPullRequestIcon className="color-text-secondary color-fg-muted"/>,
- Issues: <IssueOpenedIcon className="color-text-secondary color-fg-muted"/>,
- Open: <CheckCircleIcon className="color-text-success color-fg-success"/>,
- Closed: <XCircleIcon className="color-text-danger color-fg-danger"/>,
- Draft: <GitPullRequestDraftIcon className="color-text-tertiary color-fg-subtle"/>,
+ 'Pull requests': <GitPullRequestIcon className="color-fg-muted"/>,
+ Issues: <IssueOpenedIcon className="color-fg-muted"/>,
+ Open: <CheckCircleIcon className="color-fg-success"/>,
+ Closed: <XCircleIcon className="color-fg-danger"/>,
+ Draft: <GitPullRequestDraftIcon className="color-fg-subtle"/>,
Merged: <GitMergeIcon className="color-fg-done"/>,
- Read: <DotIcon className="color-text-link color-fg-accent"/>,
- Unread: <DotFillIcon className="color-text-link color-fg-accent"/>,
+ Read: <DotIcon className="color-fg-accent"/>,
+ Unread: <DotFillIcon className="color-fg-accent"/>,
};
return (