Skip to content

Commit 53b7def

Browse files
committed
fix: add ariaLabel to Switch component story for accessibility
1 parent 2e6f1b0 commit 53b7def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stories/Switch.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const SWITCH_TEMPLATE: Story = {
8989
isLoading: false,
9090
tooltipContent: '',
9191
shape: 'rounded',
92+
ariaLabel: 'Toggle',
9293
},
9394
}
9495

0 commit comments

Comments
 (0)