Mark copy button as incomplete

Nate Butler and Marshall Bowers created

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>

Change summary

crates/editor2/src/editor.rs | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

crates/editor2/src/editor.rs 🔗

@@ -9717,6 +9717,8 @@ pub fn diagnostic_block_renderer(diagnostic: Diagnostic, is_valid: bool) -> Rend
                     .child(HighlightedLabel::new(line.clone(), highlights.clone()))
                     .child(
                         div()
+                            .border()
+                            .border_color(gpui::red())
                             .invisible()
                             .group_hover(group_id, |style| style.visible()).child(
                         IconButton::new(copy_id.clone(), Icon::Copy)