Skip to content

Commit

Permalink
Fix a11y issues in Filter Cards example (#4427)
Browse files Browse the repository at this point in the history
* fix a11y issues in Filter Cards example

* add grid back in
  • Loading branch information
jcfilben authored Nov 19, 2024
1 parent df548b1 commit 8a5d703
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ const Users = () => {
>
{datum => (
<Card
as="li"
aria-label={`User card for ${datum.name}`}
key={datum.id}
// margin ensures focus on cards is not cutoff
margin="xxsmall"
Expand Down

0 comments on commit 8a5d703

Please sign in to comment.