Merge pull request #798 from Safelite/bug/brydon/SSR-1380

Making headers bold
This commit is contained in:
michaela-brydon-safelite 2024-07-18 13:18:44 -04:00 committed by GitHub
commit 7c12fd492f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -103,7 +103,7 @@ export default {
&.center { &.center {
text-align: center; text-align: center;
} }
.bold { &.bold {
font-weight: 500; font-weight: 500;
} }
&.dark { &.dark {

View file

@ -4,7 +4,8 @@
<textBlock <textBlock
:cmsWidgetName="headerCmsWidgetName" :cmsWidgetName="headerCmsWidgetName"
:customText="customHeaderText" :customText="customHeaderText"
typeStyle="body small bold dark" typeStyle="body small dark"
fontWeight="bold"
:marginTopSizeOverride="0" /> :marginTopSizeOverride="0" />
</div> </div>
<div <div