add color for room list header color

This commit is contained in:
Bruno Windels 2020-07-09 19:17:34 +02:00
parent c0d2e29720
commit 00f0f6dd34
4 changed files with 4 additions and 2 deletions

View file

@ -44,6 +44,7 @@ limitations under the License.
// to work correctly.
padding-bottom: 8px;
height: 24px;
color: $roomlist2-header-color;
// Hide the header container if the contained element is stickied.
// We don't use display:none as that causes the header to go away too.