0
0
Fork 0

fix(claimSummary) header color

This commit is contained in:
Alex Moreno 2024-03-06 13:45:02 +01:00
parent 7bfbf26606
commit 4443edd800
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ function openDialog(dmsId) {
/> />
</QCard> </QCard>
<QCard class="vn-three"> <QCard class="vn-three">
<a class="header" :href="`#/claim/${entityId}/notes`"> <a class="header header-link" :href="`#/claim/${entityId}/notes`">
{{ t('claim.summary.notes') }} {{ t('claim.summary.notes') }}
<QIcon name="open_in_new" /> <QIcon name="open_in_new" />
</a> </a>