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

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-03-19 11:54:14 +00:00
committed by GitHub
parent 44fff08ed6
commit c3b5046347
+1 -5
View File
@@ -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(