parent
b391f5615b
commit
c46137e40d
5 changed files with 6 additions and 6 deletions
|
@ -135,7 +135,7 @@ impl ListHeader {
|
|||
.size(IconSize::Small)
|
||||
}))
|
||||
.child(
|
||||
Label::new(self.label.clone())
|
||||
Label::new(self.label)
|
||||
.color(LabelColor::Muted)
|
||||
.size(LabelSize::Small),
|
||||
),
|
||||
|
@ -191,7 +191,7 @@ impl ListSubHeader {
|
|||
.size(IconSize::Small)
|
||||
}))
|
||||
.child(
|
||||
Label::new(self.label.clone())
|
||||
Label::new(self.label)
|
||||
.color(LabelColor::Muted)
|
||||
.size(LabelSize::Small),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue