Make event highliht use primary content token (#11255)

pull/28788/head^2
Germain 2023-07-13 13:42:23 +01:00 committed by GitHub
parent 06403d07f8
commit 9077592bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {