Explorar el Código

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

ayn2op hace 10 meses
padre
commit
e97e697a03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)