Skip to content

Commit 41d5b47

Browse files
committed
quick bug fix for the character and work expereince refrence title showing as black on a blue background
1 parent 276c3ab commit 41d5b47

File tree

1 file changed

+1
-1
lines changed
  • src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/reference

1 file changed

+1
-1
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/reference/Reference.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<v-container>
77
<v-row>
88
<v-col>
9-
<h1>{{ inviteTypeTitle }}</h1>
9+
<h1 class="white">{{ inviteTypeTitle }}</h1>
1010
<div role="doc-subtitle">
1111
{{ `For applicant: ${cleanPreferredName(wizardStore.wizardData.applicantFirstName, wizardStore.wizardData.applicantLastName)}` }}
1212
</div>

0 commit comments

Comments
 (0)