palantir/blueprint
View on GitHub`TEXT_MUTED` no longer works on heading components (and maybe other)
Open
#5,351 opened on Jun 3, 2022
P3Package: coreType: bughelp wanted
Repository metrics
- Stars
- (20,263 stars)
- PR merge metrics
- (Avg merge 43d 10h) (27 merged PRs in 30d)
Description
This worked fine with v3 and v4 alpha/beta, looks like something broke after moving to full version of v4.
<H4 className={Classes.TEXT_MUTED}>Header</H4>
Environment
- Package version(s): v4
- Browser name and version: Safari, Chrome
Actual behavior
TEXT_MUTED css is not applied, text color is black.

Expected behavior
Text should have the muted color.