From a328dc6c08ac41221094de423b0b446ab216e8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 10 Feb 2020 14:20:14 +0000 Subject: [PATCH] fix text input color in team chat --- www/teams/app-team.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index 177efbd0e..eb49ec21f 100644 --- a/www/teams/app-team.less +++ b/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;