Skip to content

Commit

Permalink
Revert the form header changes; will revisit later
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 3, 2023
1 parent af06e09 commit a4e8439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/govuk/FormElement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</script>

<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for={id}>{label}</label>
<label class="govuk-label" for={id}>{label}</label>
<slot />
</div>
2 changes: 1 addition & 1 deletion src/lib/govuk/Radio.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
<legend class="govuk-fieldset__legend">
{legend}
</legend>
<ErrorMessage {errorMessage} />
Expand Down

0 comments on commit a4e8439

Please sign in to comment.