palantir/blueprint

`TEXT_MUTED` no longer works on heading components (and maybe other)

Open

#5,351 创建于 2022年6月3日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (20,263 star) (2,167 fork)batch import
P3Package: coreType: bughelp wanted

描述

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.

image

Expected behavior

Text should have the muted color.

贡献者指南