fix unreadable team chat input text color

This commit is contained in:
ansuz 2020-06-18 15:24:58 -04:00
parent 009ac1cc9b
commit dcf7d60332
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
.cp-app-contacts-input { .cp-app-contacts-input {
textarea { textarea {
border: 0px; border: 0px;
color: white; color: @cryptpad_text_col;
} }
} }
} }