Переглянути джерело

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

ayn2op 4 місяців тому
батько
коміт
728fa4de0a
1 змінених файлів з 0 додано та 1 видалено
  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()