UX: use same colour for thread icon as for indicator when unread (#24967)

This commit is contained in:
chapoi
2023-12-19 12:09:09 +01:00
committed by GitHub
parent 8ed7f46ce3
commit 9f4fbd0279
@@ -44,7 +44,7 @@
&.has-unreads {
.d-icon-discourse-threads {
color: var(--tertiary);
color: var(--tertiary-med-or-tertiary);
}
}
}