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%;
|
width: 80%;
|
||||||
background-color: rgb(50, 50, 50);
|
background-color: rgb(50, 50, 50);
|
||||||
border: none;
|
border: none;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#messages {
|
#messages {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue