Skip to content

Commit

Permalink
Update helix-term/src/ui/popup.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <[email protected]>
  • Loading branch information
pascalkuthe and the-mikedavis authored Apr 25, 2024
1 parent 55d4770 commit 99047b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/ui/popup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ impl<T: Component> Component for Popup<T> {

// clear area
let background = if is_menu {
// TODO: consisently style menu
// TODO: consistently style menu
cx.editor
.theme
.try_get("ui.menu")
Expand Down

0 comments on commit 99047b4

Please sign in to comment.