From 9077592becdc020381ab139df8a7a0b6a6931aea Mon Sep 17 00:00:00 2001 From: Germain Date: Thu, 13 Jul 2023 13:42:23 +0100 Subject: [PATCH] Make event highliht use primary content token (#11255) --- res/css/views/rooms/_EventTile.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_EventTile.pcss b/res/css/views/rooms/_EventTile.pcss index d426a6b0c5..6a7a390952 100644 --- a/res/css/views/rooms/_EventTile.pcss +++ b/res/css/views/rooms/_EventTile.pcss @@ -143,7 +143,7 @@ $left-gutter: 64px; &.mx_EventTile_highlight, &.mx_EventTile_highlight .markdown-body, &.mx_EventTile_highlight .mx_EventTile_edited { - color: $secondary-content; + color: $primary-content; } &.mx_EventTile_bubbleContainer {