add theme variable for room header background color
This commit is contained in:
parent
eb706951db
commit
c0d2e29720
4 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue