fix: update muted foreground color variable in theme.css

- Changed the variable for muted foreground color from `--cs-foreground-secondary` to `--cs-foreground-muted` for improved clarity and consistency in styling.
This commit is contained in:
MyPrototypeWhat 2025-10-31 19:33:58 +08:00
parent b3f88a7fc2
commit 1828ef8997

View File

@ -43,7 +43,7 @@
--color-secondary-foreground: var(--cs-foreground);
--color-muted: var(--cs-muted);
--color-muted-foreground: var(--cs-foreground-secondary);
--color-muted-foreground: var(--cs-foreground-muted);
--color-accent: var(--cs-accent);
--color-accent-foreground: var(--cs-foreground);