debugger ui: Make variable values muted by default (#27441)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-03-25 18:43:27 +01:00
committed by GitHub
parent 31e3c13ea9
commit 3ba624391f
@@ -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))
}),