Procházet zdrojové kódy

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

ayn2op před 10 měsíci
rodič
revize
e97e697a03
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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)