Selaa lähdekoodia

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

ayn2op 4 kuukautta sitten
vanhempi
sitoutus
728fa4de0a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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()