Merge pull request #1301 from Safelite/defect/CSR-1581

Fix text alignment for header on review page
This commit is contained in:
chloeherdsafelite 2023-08-10 10:34:52 -04:00 committed by GitHub
commit 96313e8614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
<textBlock
:customText="subHeaderTitle"
typeStyle="h5"
justifyText="justify-content-center"
justifyText="center"
margin="mt-1"
class="dark-header" />
<textBlock
:customText="subHeaderBody"
typeStyle="body"
justifyText="justify-content-left"
justifyText="left"
margin="mt-0 mb-2" />
<buttonMain