From 321ec335bfb5290456cf8a1521c2e50257eb2343 Mon Sep 17 00:00:00 2001
From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Tue, 8 Oct 2019 20:56:20 +0200
Subject: [PATCH] change color for freeze and action icons

---
 .../shared/comment-list/comment-list.component.scss           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 01de8e6d5..2777b90fa 100644
--- a/src/app/components/shared/comment-list/comment-list.component.scss
+++ b/src/app/components/shared/comment-list/comment-list.component.scss
@@ -80,12 +80,12 @@ app-comment {
 
 .actionIcon {
   transform: scale(1.5);
-  color: var(--surface)
+  color: var(--background)
 }
 
 .freezeIcon {
   transform: scale(1.3);
-  color: var(--surface);
+  color: var(--background);
 }
 
 .close {
-- 
GitLab