Skip to content

Commit 6003e12

Browse files
committed
Fix color name
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 408c327 commit 6003e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ $hover-select-border: 4px;
514514

515515
.mx_EventTile:hover .mx_EventTile_body pre,
516516
.mx_EventTile.focus-visible:focus-within .mx_EventTile_body pre {
517-
border: 1px solid $tertiary-fg-color;
517+
border: 1px solid $tertiary-content;
518518
}
519519

520520
.mx_EventTile_pre_container {

0 commit comments

Comments
 (0)