Skip to content

Commit

Permalink
Merge branch 'improvement/add-aria-label-for-the-close-button-of-toas…
Browse files Browse the repository at this point in the history
…t' into q/1.0
  • Loading branch information
bert-e committed Nov 13, 2023
2 parents 72d84d7 + 50a7ca9 commit 2118b32
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 @@ -164,6 +164,7 @@ function Toast({
<Button
icon={<Icon name="Close" size="lg" color="textSecondary" />}
onClick={params?.onClose}
aria-label="Close"
/>
</Box>
</motion.div>
Expand Down

0 comments on commit 2118b32

Please sign in to comment.