feat: change color of message text input to inherit
This commit is contained in:
parent
b1457dc31f
commit
c8598b39e6
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ onMounted(async () => {
|
|||
width: 80%;
|
||||
background-color: rgb(50, 50, 50);
|
||||
border: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#messages {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue