瀏覽代碼

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)