Skip to content

Commit

Permalink
Merge branch 'improvement/improve-accessibility-of-toast-component' i…
Browse files Browse the repository at this point in the history
…nto q/1.0
  • Loading branch information
bert-e committed Oct 17, 2024
2 parents f005fed + 2f58632 commit 8c735a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/toast/Toast.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function Toast({
ref={ref}
role="status"
aria-live="polite"
aria-labelledby={`${status}_toast`}
style={{
position: 'fixed',
...(style || positionStyle),
Expand Down

0 comments on commit 8c735a6

Please sign in to comment.