Fixed message entry color

This commit is contained in:
jeffser
2024-06-27 21:53:04 -06:00
parent efcc8512c1
commit 898c64ce35
3 changed files with 8 additions and 1 deletions

3
src/style.css Normal file
View File

@@ -0,0 +1,3 @@
.message_text_view {
background-color: rgba(0,0,0,0);
}