override font color to match mocks

This commit is contained in:
Kroell 2023-03-22 15:12:56 -04:00
parent b870cfc948
commit 521744bd41

View file

@ -14,6 +14,7 @@
typeStyle="h5" typeStyle="h5"
justifyText="center" justifyText="center"
class="mt-0 mb-4" class="mt-0 mb-4"
id="coverageTextBlock"
/> />
<div <div
v-html="continueWithSchedulingBodyText" v-html="continueWithSchedulingBodyText"
@ -22,6 +23,7 @@
<textBlock <textBlock
cmsWidgetName="whatHappensNextCopy" cmsWidgetName="whatHappensNextCopy"
class="mt-4 mb-2 fw-bold" class="mt-4 mb-2 fw-bold"
id="coverageTextBlock"
/> />
<div v-html="bodyText" ref="coverageStatementBodyText"></div> <div v-html="bodyText" ref="coverageStatementBodyText"></div>
<recalModal cmsWidgetName="RecalModal" /> <recalModal cmsWidgetName="RecalModal" />
@ -151,4 +153,7 @@ export default {
margin-bottom: .5rem; margin-bottom: .5rem;
} }
} }
#coverageTextBlock {
color: #000000;
}
</style> </style>