diff --git a/crates/ui/src/input/element.rs b/crates/ui/src/input/element.rs index fbce253a..7c135c4a 100644 --- a/crates/ui/src/input/element.rs +++ b/crates/ui/src/input/element.rs @@ -1090,7 +1090,11 @@ impl Element for TextElement { input_bounds.size.height, ), }, - cx.theme().background, + cx.theme() + .highlight_theme + .style + .background + .unwrap_or(cx.theme().background), )); // Each item is the normal lines.