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 12:54:14 +01:00 committed by GitHub
parent 44fff08ed6
commit c3b5046347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(