Fix typing notification colors (#7490)
This commit is contained in:
parent
cb76358230
commit
9501d3b226
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue