Add darker coloring for review-blocks

This commit is contained in:
Chloe Herd 2023-06-07 10:06:12 -04:00
parent 17a5325a7c
commit 793530788b
2 changed files with 4 additions and 1 deletions

View file

@ -46,5 +46,8 @@ export default {
&.bold {
font-weight: 500;
}
&.dark {
color: $black;
}
}
</style>

View file

@ -3,7 +3,7 @@
<div class="d-flex">
<textBlock
:cmsWidgetName="headerCmsWidgetName"
typeStyle="body small bold"
typeStyle="body small bold dark"
margin="mt-0" />
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
</div>