From c3b50463474e30b4d5af8b8e73d08a1292c0dc27 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:54:14 +0100 Subject: [PATCH] editor: Do not use breakpoint color for run indicators (#27063) Closes #ISSUE Release Notes: - N/A --- crates/editor/src/editor.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(