debugger ui: Make variable values muted by default (#27441)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
31e3c13ea9
commit
3ba624391f
1 changed files with 1 additions and 0 deletions
|
@ -849,6 +849,7 @@ impl VariableList {
|
||||||
.single_line()
|
.single_line()
|
||||||
.truncate()
|
.truncate()
|
||||||
.size(LabelSize::Small)
|
.size(LabelSize::Small)
|
||||||
|
.color(Color::Muted)
|
||||||
.when_some(variable_color, |this, color| {
|
.when_some(variable_color, |this, color| {
|
||||||
this.color(Color::from(color))
|
this.color(Color::from(color))
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue