We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccdb5c commit a696203Copy full SHA for a696203
1 file changed
packages/react/src/components/ContainedList/ContainedList.stories.js
@@ -248,7 +248,9 @@ export const WithListTitleDecorators = () => (
248
justifyContent: 'space-between',
249
}}>
250
<span>List title</span>
251
- <Tag size="sm">4</Tag>
+ <Tag size="sm" role="status" aria-label="4 items in list">
252
+ 4
253
+ </Tag>
254
</div>
255
}
256
kind="on-page">
0 commit comments