Remove resolved TODO (#3943)

Marshall Bowers created

This PR removes a resolved TODO in drawing diff hunk status.

Release Notes:

- N/A

Change summary

crates/editor/src/element.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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(),
             ));