Skip to content

Commit

Permalink
remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jan 14, 2025
1 parent eeba713 commit 4e0adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ActionBar/ActionBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Story = StoryObj<typeof ActionBar>

export const Playground: Story = {
render: args => (
<ActionBar {...args} aria-label="Playground toolbar">
<ActionBar {...args}>
<ActionBar.IconButton icon={BoldIcon} aria-label="Bold"></ActionBar.IconButton>
<ActionBar.IconButton icon={ItalicIcon} aria-label="Italic"></ActionBar.IconButton>
<ActionBar.Divider />
Expand Down

0 comments on commit 4e0adc1

Please sign in to comment.