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 01de8e6d5e441f45874f2cc55632e0d3719190e2..2777b90fa3766eaa310ca67c2300764190620bc4 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 {