From 31fbec5393d5059098591257654ed39feff0a39e Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 15 Aug 2025 10:28:00 +0800 Subject: [PATCH] story: Fix list group color in story. (#1139) --- crates/story/src/list_story.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()), )