add theme variable for room header background color

This commit is contained in:
Bruno Windels 2020-07-09 19:16:30 +02:00
parent eb706951db
commit c0d2e29720
4 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_RoomHeader {
flex: 0 0 52px;
border-bottom: 1px solid $primary-hairline-color;
background-color: $roomheader-bg-color;
.mx_E2EIcon {
margin: 0;