Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9077592

Browse files
author
Germain
authored
Make event highliht use primary content token (#11255)
1 parent 06403d0 commit 9077592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventTile.pcss

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $left-gutter: 64px;
143143
&.mx_EventTile_highlight,
144144
&.mx_EventTile_highlight .markdown-body,
145145
&.mx_EventTile_highlight .mx_EventTile_edited {
146-
color: $secondary-content;
146+
color: $primary-content;
147147
}
148148

149149
&.mx_EventTile_bubbleContainer {

0 commit comments

Comments
 (0)