Browse Source

fix text input color in team chat

master
David Benqué 11 months ago
parent
commit
a328dc6c08
1 changed files with 6 additions and 0 deletions
  1. 6
      www/teams/app-team.less

6
www/teams/app-team.less

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

Loading…
Cancel
Save