change color of who is typing text to composer icons color
as requested by Nad
This commit is contained in:
parent
38549ecf4c
commit
2da7d17a5d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ limitations under the License.
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $eventtile-meta-color;
|
color: $composer-button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_WhoIsTypingTile_label > span {
|
.mx_WhoIsTypingTile_label > span {
|
||||||
|
|
Loading…
Reference in a new issue