Making headers bold

This commit is contained in:
Michaela Brydon 2024-07-18 12:01:10 -04:00
parent 1652627bd0
commit 9a5241afaa
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