diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 1ad7247b2e1cc98a29daf7e3e3ceead18c925cc5..13ef6255e1d7842acfd787420d567fac2e4afa67 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(