story: Fix list group color in story. (#1139)
This commit is contained in:
parent
eaeabdb0ef
commit
31fbec5393
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ impl ListDelegate for CompanyListDelegate {
|
||||||
.px_2()
|
.px_2()
|
||||||
.gap_2()
|
.gap_2()
|
||||||
.text_sm()
|
.text_sm()
|
||||||
.text_color(cx.theme().muted)
|
.text_color(cx.theme().muted_foreground)
|
||||||
.child(Icon::new(IconName::Folder))
|
.child(Icon::new(IconName::Folder))
|
||||||
.child(industry.clone()),
|
.child(industry.clone()),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue