Skip to content

Commit 56f9304

Browse files
committed
fix(FileTabs): missing aria-label
1 parent 4737e8c commit 56f9304

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/clever-crabs-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Fix missing aria-label on Close button in FileTabs.

src/components/organisms/FileTabs/FileTabs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const CloseButton = tasty(Button, {
140140
type: 'neutral',
141141
size: 'small',
142142
icon: <CloseIcon />,
143+
label: 'Close Tab',
143144
styles: {
144145
width: '3x',
145146
height: '3x',

0 commit comments

Comments
 (0)