mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Use the proper text color for sending messages.
This commit is contained in:
parent
95244a4d78
commit
ae51e3f6fa
@ -875,7 +875,7 @@ Window {
|
|||||||
visible: !currentChat.isServer
|
visible: !currentChat.isServer
|
||||||
TextArea {
|
TextArea {
|
||||||
id: textInput
|
id: textInput
|
||||||
color: theme.textAccent
|
color: theme.textColor
|
||||||
topPadding: 30
|
topPadding: 30
|
||||||
bottomPadding: 30
|
bottomPadding: 30
|
||||||
leftPadding: 20
|
leftPadding: 20
|
||||||
|
Loading…
Reference in New Issue
Block a user