Skip to content

Commit

Permalink
fix: #form-status - mark icon as hidden for screen readers
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 21, 2019
1 parent 13b49d0 commit 7e90c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class FormStatus extends PureComponent {
iconToLoad = 'exclamation'
}

icon = <IconPrimary icon={iconToLoad} size={icon_size} />
icon = <IconPrimary aria-hidden icon={iconToLoad} size={icon_size} />
}

return icon
Expand Down

0 comments on commit 7e90c73

Please sign in to comment.