From dd22bc240cb3f8ebf74e285c4142e87495a057a2 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Fri, 30 Aug 2019 10:15:09 +0200 Subject: [PATCH] change projector icon color --- .../moderator-comment-list.component.scss | 2 +- .../components/shared/comment-list/comment-list.component.scss | 2 +- src/app/components/shared/comment/comment.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss index 350cbe5be..0476673d4 100644 --- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss +++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss @@ -105,7 +105,7 @@ h4 { } .read-icon { - color: var(--grey); + color: var(--on-surface); } .favorite-icon { diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss index 350cbe5be..0476673d4 100644 --- a/src/app/components/shared/comment-list/comment-list.component.scss +++ b/src/app/components/shared/comment-list/comment-list.component.scss @@ -105,7 +105,7 @@ h4 { } .read-icon { - color: var(--grey); + color: var(--on-surface); } .favorite-icon { diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss index 7e90cb78e..db785cb26 100644 --- a/src/app/components/shared/comment/comment.component.scss +++ b/src/app/components/shared/comment/comment.component.scss @@ -34,7 +34,7 @@ mat-card-content > :first-child { } .read-icon { - color: var(--grey); + color: var(--on-surface); } .favorite-icon { -- GitLab