background inherit on message textview

This commit is contained in:
ouwou 2023-11-18 19:40:25 -05:00
parent 2b8fc6a495
commit cf1752e42f

View File

@ -38,6 +38,10 @@
background-color: inherit;
}
.message-text, .message-text text {
background: inherit;
}
.message-input textview {
padding: 10px 5px;
}