Skip to content

feat(broadcast): Add anchor styling specification

Kyle Mann requested to merge kmann-master-patch-62451 into master

The message text seen in the broadcast message component may contain an anchor. Ex: used in this solicit user feedback UI. The text should be text-decoration: underline; to distinguish it as an anchor; since the styling color of the component is based on the users selection (since the blue anchor color may not be visible).

Merge request reports