forked from matrix/element-web
Merge pull request #6889 from vector-im/t3chguy/status_theme
add override for colour of room tile text within memberinfo (unreadable)
This commit is contained in:
commit
5b3a462247
|
@ -284,3 +284,7 @@ $progressbar-color: #000;
|
||||||
.mx_RoomSubList_chevron {
|
.mx_RoomSubList_chevron {
|
||||||
top: 8px ! important;
|
top: 8px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MemberInfo .mx_RoomTile_name {
|
||||||
|
color: $primary-fg-color ! important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue