Skip to content

Commit

Permalink
Allowing any strong tag children to be bold instead of the direct child
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed May 14, 2023
1 parent 313840a commit bd4194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/component-library/text/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $text-variants: (
color: var(--color-text-default);
font-family: var(--font-family-sans);

> strong {
strong {
font-weight: var(--font-weight-bold);
}

Expand Down

0 comments on commit bd4194e

Please sign in to comment.