Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Jan 26, 2024
1 parent d02400f commit 824b41a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/menu/ide_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,11 @@ impl IdeMenu {
format!(
"{}{}{}{}{}{}{}{}",
vertical_border,
suggestion.style.unwrap_or(self.color.text_style).prefix(),
self.color.selected_text_style.prefix(),
suggestion
.style
.unwrap_or(self.common.color.text_style)
.prefix(),
self.common.color.selected_text_style.prefix(),
" ".repeat(padding),
string,
" ".repeat(padding_right),
Expand Down

0 comments on commit 824b41a

Please sign in to comment.