diff --git a/src/applications/appeals/995/components/ITFBanner.jsx b/src/applications/appeals/995/components/ITFBanner.jsx index 7abc5f9a8c5d..c4fe3854fa7b 100644 --- a/src/applications/appeals/995/components/ITFBanner.jsx +++ b/src/applications/appeals/995/components/ITFBanner.jsx @@ -82,7 +82,9 @@ const ITFBanner = props => {
{message} -
{itfExpander}
+
+ {itfExpander} +
+

If you choose to limit consent, you’re limiting the type or amount of information that your doctor or medical facility can release to us. It diff --git a/src/applications/appeals/995/content/evidenceWillUpload.jsx b/src/applications/appeals/995/content/evidenceWillUpload.jsx index 66e38cd5830f..adcc903809bc 100644 --- a/src/applications/appeals/995/content/evidenceWillUpload.jsx +++ b/src/applications/appeals/995/content/evidenceWillUpload.jsx @@ -6,7 +6,7 @@ export const evidenceWillUploadTitle = export const evidenceWillUploadInfo = (

diff --git a/src/applications/appeals/995/content/livingSituation.jsx b/src/applications/appeals/995/content/livingSituation.jsx index 5c4d1d5aa2a9..1ff382183e49 100644 --- a/src/applications/appeals/995/content/livingSituation.jsx +++ b/src/applications/appeals/995/content/livingSituation.jsx @@ -81,7 +81,7 @@ livingSituationReviewField.propTypes = { export const domesticViolenceInfo = ( If you need help because of domestic violence, call the National Domestic Violence hotline ( diff --git a/src/applications/appeals/995/content/optIn.jsx b/src/applications/appeals/995/content/optIn.jsx index 536d392f7988..a347208a741b 100644 --- a/src/applications/appeals/995/content/optIn.jsx +++ b/src/applications/appeals/995/content/optIn.jsx @@ -17,7 +17,7 @@ export const content = { appeals process for the issues you have selected. You’re likely to get a faster decision on your claim when you switch to the new process.

-

+

If you want to continue your claim in the old appeals process, don’t submit a Supplemental Claim. Check your decision notice for more details about the appeals process. diff --git a/src/applications/appeals/995/content/optionForMst.jsx b/src/applications/appeals/995/content/optionForMst.jsx index d8f9acc09eef..2e9cf47614f5 100644 --- a/src/applications/appeals/995/content/optionForMst.jsx +++ b/src/applications/appeals/995/content/optionForMst.jsx @@ -7,7 +7,10 @@ export const optionForMstHint = 'This option is for an indicator on your health record and will not affect the status or decision for your claim.'; export const supportInfo = ( - +

true, errorMessages: { required: content.errorMessage, diff --git a/src/applications/appeals/995/pages/evidenceVaRecordsRequest.js b/src/applications/appeals/995/pages/evidenceVaRecordsRequest.js index 4c8e917bcd97..7e33d98c98ad 100644 --- a/src/applications/appeals/995/pages/evidenceVaRecordsRequest.js +++ b/src/applications/appeals/995/pages/evidenceVaRecordsRequest.js @@ -19,6 +19,7 @@ export default { [EVIDENCE_VA]: yesNoUI({ title: requestVaRecordsTitleOld, enableAnalytics: true, + classNames: 'vads-u-margin-bottom--4', labelHeaderLevel: '3', labels: { Y: 'Yes', diff --git a/src/applications/appeals/995/pages/facilityTypes.js b/src/applications/appeals/995/pages/facilityTypes.js index 7a90c275dadb..e3a9d5e70c80 100644 --- a/src/applications/appeals/995/pages/facilityTypes.js +++ b/src/applications/appeals/995/pages/facilityTypes.js @@ -22,6 +22,7 @@ export default { ...checkboxGroupUI({ title: facilityTypeTitle, enableAnalytics: true, + classNames: 'vads-u-margin-bottom--6', required: true, labelHeaderLevel: '3', labels: facilityTypeChoices, diff --git a/src/applications/appeals/995/pages/housingRisk.js b/src/applications/appeals/995/pages/housingRisk.js index 570151478084..ebbf171f5877 100644 --- a/src/applications/appeals/995/pages/housingRisk.js +++ b/src/applications/appeals/995/pages/housingRisk.js @@ -11,6 +11,7 @@ export default { uiSchema: { housingRisk: yesNoUI({ title: housingRiskTitle, + classNames: 'vads-u-margin-bottom--4', enableAnalytics: true, labelHeaderLevel: '3', labels: { diff --git a/src/applications/appeals/995/pages/optionIndicator.js b/src/applications/appeals/995/pages/optionIndicator.js index 3f3cd34859d8..1b32a351eb11 100644 --- a/src/applications/appeals/995/pages/optionIndicator.js +++ b/src/applications/appeals/995/pages/optionIndicator.js @@ -22,6 +22,7 @@ export default { ...radioUI({ title: optionIndicatorLabel, hint: optionIndicatorHint, + classNames: 'vads-u-margin-bottom--4', enableAnalytics: true, labelHeaderLevel: '3', labels: optionIndicatorChoices, diff --git a/src/applications/appeals/995/pages/pointOfContact.js b/src/applications/appeals/995/pages/pointOfContact.js index 9f83222cb281..0261e348d5dc 100644 --- a/src/applications/appeals/995/pages/pointOfContact.js +++ b/src/applications/appeals/995/pages/pointOfContact.js @@ -17,7 +17,10 @@ export default { 'ui:description': pointOfContactTitle, }, pointOfContactName: textUI(pointOfContactNameLabel), - pointOfContactPhone: phoneUI(pointOfContactPhoneLabel), + pointOfContactPhone: phoneUI({ + title: pointOfContactPhoneLabel, + classNames: 'vads-u-margin-bottom--4', + }), }, schema: { type: 'object', diff --git a/src/applications/appeals/shared/components/AddIssue.jsx b/src/applications/appeals/shared/components/AddIssue.jsx index fd9c6d28be0e..a38ebb96e9a6 100644 --- a/src/applications/appeals/shared/components/AddIssue.jsx +++ b/src/applications/appeals/shared/components/AddIssue.jsx @@ -180,6 +180,7 @@ const AddIssue = ({ {content.name.hint} -
- -

+

{ showButtons && (

{/* eslint-disable jsx-a11y/label-has-associated-control */}
-
- -

+

Note: If you need to update your personal information, you can call us at . We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m.{' '} diff --git a/src/applications/appeals/shared/content/contestableIssues.jsx b/src/applications/appeals/shared/content/contestableIssues.jsx index 612288465984..821a9b417796 100644 --- a/src/applications/appeals/shared/content/contestableIssues.jsx +++ b/src/applications/appeals/shared/content/contestableIssues.jsx @@ -171,7 +171,10 @@ NoneSelectedAlert.propTypes = { }; export const ContestableIssuesAdditionalInfo = ( - + If you don’t see your issue or decision listed here, it may not be in our system yet. This can happen if it’s a more recent claim decision. If you have a decision date, you can add a new issue now.