Skip to content

Commit 47ddaab

Browse files
committed
add aria-label to card toolbar button
1 parent 2eafa7d commit 47ddaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/common/components/card-toolbar-button/card-toolbar-button.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const CardToolbarButtonComponent: React.FC<
3636
MonoFont.className
3737
)}
3838
data-style="compact"
39+
aria-label={tooltipText}
3940
>
4041
{children}
4142
</button>

0 commit comments

Comments
 (0)