diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 53a376c2842937a6029cfe6c848b9998153a8d77..c7fbb658a3cf106e1ee7cc6212cf67a18481c84c 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -850,7 +850,7 @@ impl EditorElement { cx.paint_quad(quad( highlight_bounds, Corners::all(0.05 * line_height), - color, // todo!("use the right color") + color, Edges::default(), transparent_black(), ));