Explorar el Código

fix(ui/chat): use default reversed style for mentions list

ayn2op hace 4 meses
padre
commit
728fa4de0a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      internal/ui/chat/message_input.go

+ 0 - 1
internal/ui/chat/message_input.go

@@ -72,7 +72,6 @@ func newMessageInput(cfg *config.Config, chat *ChatView) *messageInput {
 	mi.mentionsList.Box = ui.ConfigureBox(mi.mentionsList.Box, &mi.cfg.Theme)
 	mi.mentionsList.
 		ShowSecondaryText(false).
-		SetSelectedStyle(tcell.StyleDefault.Background(tcell.ColorWhite).Foreground(tcell.ColorBlack)).
 		SetTitle("Mentions")
 
 	b := mi.mentionsList.GetBorderSet()