Shouldn't Rich Text styles inherit from Default style?

Shouldn’t rich text styles be able to inherit from default style?
Default style’s color is red. Checking “inherit color” in bold style doesn’t work.

When “inherit” is checked, it makes the color gray.

1 Like

Bump. .

The “inherit” checkbox does work as of 5.1, but it inherits the color from the parent’s “foreground” property. Easy to set if the parent of the RichText is a Button, because buttons have “normal foreground, hovered foreground, pressed foreground, disabled foreground”. But if the parent is not a button, good luck.