From 99047b424d2c5659a2a1554ded178fb43f565b49 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Thu, 25 Apr 2024 23:00:12 +0200 Subject: [PATCH] Update helix-term/src/ui/popup.rs Co-authored-by: Michael Davis --- helix-term/src/ui/popup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/popup.rs b/helix-term/src/ui/popup.rs index a1f6e7716768b..a01ce12577f44 100644 --- a/helix-term/src/ui/popup.rs +++ b/helix-term/src/ui/popup.rs @@ -319,7 +319,7 @@ impl Component for Popup { // clear area let background = if is_menu { - // TODO: consisently style menu + // TODO: consistently style menu cx.editor .theme .try_get("ui.menu")