Skip to content

Commit

Permalink
feat(empty-state): accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandropremoli committed Nov 27, 2024
1 parent 893e492 commit 5f9178a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ui/components/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const EmptyState = ({

return (
<Col
accessibilityRole="text"
accessible={true}
accessibilityLabel={message}
align="center"
style={{
padding: _spacing[spacing as unknown as keyof Theme['spacing']],
Expand Down

0 comments on commit 5f9178a

Please sign in to comment.