Fix event info events size and color (#11252)

This commit is contained in:
Germain
2023-07-13 09:35:08 +00:00
committed by GitHub
parent a5837597ff
commit 06403d07f8
3 changed files with 7 additions and 7 deletions
+5
View File
@@ -31,6 +31,11 @@ $left-gutter: 64px;
padding-top: 18px;
position: relative;
&.mx_EventTile_info {
font-size: var(--cpd-font-size-body-sm);
color: $secondary-content;
}
.mx_EventTile_avatar {
cursor: pointer;
user-select: none;