diff --git a/crates/debugger_ui/src/session/running/variable_list.rs b/crates/debugger_ui/src/session/running/variable_list.rs index f75d785f3428d2d54354473da27026af9f8bdbee..7d4191410358b507ef99733ac155c5100823ea80 100644 --- a/crates/debugger_ui/src/session/running/variable_list.rs +++ b/crates/debugger_ui/src/session/running/variable_list.rs @@ -849,6 +849,7 @@ impl VariableList { .single_line() .truncate() .size(LabelSize::Small) + .color(Color::Muted) .when_some(variable_color, |this, color| { this.color(Color::from(color)) }),