added in hint text for the application for dated

This commit is contained in:
2024-11-27 11:20:31 +00:00
parent 7b6862c350
commit d5cee80859
3 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -582,7 +582,9 @@ const RenderDatePicker = ({
{FieldsTranslations(label)}
</label>
{custom.hint != false && (
<div className="govuk-hint">{t(custom.hint)}</div>
<div className="govuk-hint govuk-!-font-size-14">
{t(custom.hint)}
</div>
)}
</legend>
{touched && error && (