override font color to match mocks
This commit is contained in:
parent
b870cfc948
commit
521744bd41
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
typeStyle="h5"
|
||||
justifyText="center"
|
||||
class="mt-0 mb-4"
|
||||
id="coverageTextBlock"
|
||||
/>
|
||||
<div
|
||||
v-html="continueWithSchedulingBodyText"
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
<textBlock
|
||||
cmsWidgetName="whatHappensNextCopy"
|
||||
class="mt-4 mb-2 fw-bold"
|
||||
id="coverageTextBlock"
|
||||
/>
|
||||
<div v-html="bodyText" ref="coverageStatementBodyText"></div>
|
||||
<recalModal cmsWidgetName="RecalModal" />
|
||||
|
|
@ -151,4 +153,7 @@ export default {
|
|||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
#coverageTextBlock {
|
||||
color: #000000;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue