fix text input color in team chat

This commit is contained in:
David Benqué 2020-02-10 14:20:14 +00:00
parent 7f22da0f57
commit a328dc6c08
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@
.cp-app-contacts-container { .cp-app-contacts-container {
height: 100%; height: 100%;
} }
.cp-app-contacts-input {
textarea {
border: 0px;
color: white;
}
}
} }
& > .cp-team-drive { & > .cp-team-drive {
display: flex; display: flex;