diff --git a/crates/editor2/src/editor.rs b/crates/editor2/src/editor.rs index ee72f318ca620e38563c8c74ae0feaf8fa75e453..beed93e91761566400b8a3d8bb0ae92dd786ed4a 100644 --- a/crates/editor2/src/editor.rs +++ b/crates/editor2/src/editor.rs @@ -4401,6 +4401,7 @@ impl Editor { editor.fold_at(&FoldAt { buffer_row }, cx); } }) + .color(ui::TextColor::Muted) .render() }) })