Commit 0d4eea1
🎨 Palette: Add aria-label and focus states to close icons
This commit enhances the accessibility of the application by adding missing `aria-label` attributes and keyboard focus visible states to icon-only "Close" buttons (`<X />`) in the `Dashboard.tsx` and `Analytics.tsx` components.
It ensures screen reader users understand the purpose of the buttons and keyboard navigators can clearly see when the buttons are focused.
Co-authored-by: Alesiobarquin <156465247+Alesiobarquin@users.noreply.github.com>1 parent e62f88e commit 0d4eea1
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
| 916 | + | |
916 | 917 | | |
917 | | - | |
| 918 | + | |
918 | 919 | | |
919 | 920 | | |
920 | 921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
0 commit comments