add override for colour of room tile text within memberinfo (unreadable)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/6889/head
Michael Telatynski 2018-06-16 17:46:56 +01:00
parent 50e35de609
commit 7d47aebfc5
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 5 additions and 1 deletions

View File

@ -283,4 +283,8 @@ $progressbar-color: #000;
.mx_RoomSubList_chevron {
top: 8px ! important;
}
}
.mx_MemberInfo .mx_RoomTile_name {
color: $primary-fg-color ! important;
}