Fix typing notification colors (#7490)

This commit is contained in:
Šimon Brandner
2022-01-10 09:42:34 +01:00
committed by GitHub
parent cb76358230
commit 9501d3b226

View File

@@ -43,8 +43,8 @@ limitations under the License.
.mx_WhoIsTypingTile_remainingAvatarPlaceholder {
position: relative;
display: inline-block;
color: #acacac;
background-color: #ddd;
color: $primary-content;
background-color: $quinary-content;
border: 1px solid $background;
border-radius: 40px;
width: 24px;