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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;