Merge pull request #6889 from vector-im/t3chguy/status_theme

add override for colour of room tile text within memberinfo (unreadable)
pull/7055/head
Luke Barnard 2018-06-21 11:27:49 +01:00 committed by GitHub
commit 5b3a462247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}