File tree Expand file tree Collapse file tree
packages/design-system/src/lib/stories Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export const WithIcon: Story = {
125125}
126126
127127export const IconOnly : Story = {
128- render : ( ) => < Button icon = { < Search /> } variant = "secondary" />
128+ render : ( ) => < Button icon = { < Search /> } variant = "secondary" aria-label = "Search" />
129129}
130130
131131export const UseCasePrimaryButtonAsCallToAction : Story = {
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export const InputWithButton: Story = {
133133 < Form . Group controlId = "basic-form-search" >
134134 < Form . InputGroup >
135135 < Form . Group . Input type = "text" placeholder = "Search..." aria-label = "Search" />
136- < Button variant = "secondary" icon = { < Search /> } />
136+ < Button variant = "secondary" icon = { < Search /> } aria-label = "Search submit" />
137137 </ Form . InputGroup >
138138 </ Form . Group >
139139 </ Form >
You can’t perform that action at this time.
0 commit comments