Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix typing notification colors (#7490)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Jan 10, 2022
1 parent cb76358 commit 9501d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/rooms/_WhoIsTypingTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9501d3b

Please sign in to comment.