editor: Do not use breakpoint color for run indicators (#27063)

Piotr Osiewicz created

Closes #ISSUE

Release Notes:

- N/A

Change summary

crates/editor/src/editor.rs | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -6317,11 +6317,7 @@ impl Editor {
         breakpoint: Option<(Anchor, Breakpoint)>,
         cx: &mut Context<Self>,
     ) -> 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(