Преглед изворни кода

fix(cmd): use default color for text color in messagesText

ayn2op пре 10 месеци
родитељ
комит
e97e697a03
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      cmd/messages_text.go

+ 1 - 0
cmd/messages_text.go

@@ -53,6 +53,7 @@ func newMessagesText(cfg *config.Config) *messagesText {
 		SetWordWrap(true).
 		ScrollToEnd().
 		SetHighlightedFunc(mt.onHighlighted).
+		SetTextColor(tcell.ColorDefault).
 		SetTitle("Messages").
 		SetInputCapture(mt.onInputCapture)