Skip to content

Commit

Permalink
strong tag support within Text component
Browse files Browse the repository at this point in the history
* addresses #18651
* taken from #18752 as suggested in #18638 (comment)
  • Loading branch information
kremalicious committed Apr 25, 2023
1 parent a85009b commit fa564e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/components/app/cancel-speedup-popover/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@

&__description {
border-bottom: 1px solid var(--color-border-default);

strong {
font-weight: var(--font-weight-bold);
}
}
}
4 changes: 4 additions & 0 deletions ui/components/component-library/text/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ $text-variants: (
@else {
font-weight: $weight;
}

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

Expand Down

0 comments on commit fa564e3

Please sign in to comment.