brightlayer-ui/themes

InfoList Item should inherit color

Closed this issue · 1 comments

Describe the bug

It is not inheriting color if I try doing
<pxb-info-list-item [style.color]="colors.blue[500]">
It will still display the default color

What is the expected behavior?

Should inherit color

Screenshots or links to minimum reproduction example

(From showcase, the body content is using info list item right now)
Right now:
image

Should be:
image

Anything else to add?

React is using inherit as the default value

This is an issue with the angular theme implementation. There's a rule that's applying a color instead of inherit:
.pxb-blue .pxb-info-list-item { /*inherit goes here*/ }