diff --git a/crates/story/src/list_story.rs b/crates/story/src/list_story.rs index 465aa864..866eb184 100644 --- a/crates/story/src/list_story.rs +++ b/crates/story/src/list_story.rs @@ -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()), )