story: Fix list group color in story. (#1139)

This commit is contained in:
Jason Lee 2025-08-15 10:28:00 +08:00 committed by GitHub
parent eaeabdb0ef
commit 31fbec5393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ impl ListDelegate for CompanyListDelegate {
.px_2()
.gap_2()
.text_sm()
.text_color(cx.theme().muted)
.text_color(cx.theme().muted_foreground)
.child(Icon::new(IconName::Folder))
.child(industry.clone()),
)