fix text input color in team chat
This commit is contained in:
parent
7f22da0f57
commit
a328dc6c08
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user