debugger ui: Make variable values muted by default (#27441)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
@@ -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))
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user