File tree Expand file tree Collapse file tree
packages/design-system/src/lib/stories/button-group Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export const ButtonGroupWithTooltips: Story = {
8888 title = ""
8989 asButtonGroup
9090 variant = "secondary"
91- icon = { < Download /> } >
91+ icon = { < Download aria-label = "Access File" /> } >
9292 < DropdownButtonItem href = "/item-1" > Item 1</ DropdownButtonItem >
9393 < DropdownButtonItem href = "/item-2" > Item 2</ DropdownButtonItem >
9494 </ DropdownButton >
@@ -99,7 +99,7 @@ export const ButtonGroupWithTooltips: Story = {
9999 title = ""
100100 asButtonGroup
101101 variant = "secondary"
102- icon = { < ThreeDotsVertical /> } >
102+ icon = { < ThreeDotsVertical aria-label = "File Options" /> } >
103103 < DropdownButtonItem href = "/item-1" > Item 1</ DropdownButtonItem >
104104 < DropdownButtonItem href = "/item-2" > Item 2</ DropdownButtonItem >
105105 </ DropdownButton >
You can’t perform that action at this time.
0 commit comments