Skip to content

Commit

Permalink
Merge branch 'develop' into feature/switch
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-iden authored Oct 30, 2024
2 parents 2231a80 + 62a6b66 commit a4ac9f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-starfishes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': patch
---

Update the radio button SVG icon to use aria-hidden instead of aria-label
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class PharosRadioButton extends FormMixin(FormElement) {
height="24"
class="input__icon"
role="img"
aria-label="radio button"
aria-hidden="true"
focusable="false"
@click="${this._handleClick}"
>
Expand Down

0 comments on commit a4ac9f8

Please sign in to comment.