Remove resolved TODO (#3943)

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-08 13:08:44 -05:00 committed by GitHub
parent 4ebff57fa2
commit a8c193c7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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