diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 1ad7247b2e..13ef6255e1 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -6317,11 +6317,7 @@ impl Editor { breakpoint: Option<(Anchor, Breakpoint)>, cx: &mut Context, ) -> IconButton { - let color = if breakpoint.is_some() { - Color::Debugger - } else { - Color::Muted - }; + let color = Color::Muted; let position = breakpoint.as_ref().map(|(anchor, _)| *anchor); let bp_kind = Arc::new(