Use the proper text color for sending messages.

This commit is contained in:
Adam Treat 2023-05-31 20:31:59 -04:00
parent 95244a4d78
commit ae51e3f6fa

View File

@ -875,7 +875,7 @@ Window {
visible: !currentChat.isServer
TextArea {
id: textInput
color: theme.textAccent
color: theme.textColor
topPadding: 30
bottomPadding: 30
leftPadding: 20