소스 검색

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)