Chats: fix chatroom title text color

This commit is contained in:
Alex Gleason
2020-09-03 13:03:30 -05:00
parent 3246812a72
commit 35a0cdb64e

View File

@ -252,7 +252,7 @@
background: transparent;
border: 0;
padding: 0;
color: #fff;
color: var(--primary-text-color);
font-weight: bold;
text-align: left;
font-size: 14px;