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 {
|
.mx_WhoIsTypingTile_remainingAvatarPlaceholder {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #acacac;
|
color: $primary-content;
|
||||||
background-color: #ddd;
|
background-color: $quinary-content;
|
||||||
border: 1px solid $background;
|
border: 1px solid $background;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
Loading…
Reference in a new issue