Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
1 parent 5da7843 commit 1539ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Menu/Menu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const MenuOnly: ComponentStory<typeof Menu> = () => (

export const DotMenu: ComponentStory<typeof Menu> = args => (
<Menu.Trigger {...args}>
<Button variant="menu" size="small">
<Button variant="secondary" size="small">
<SettingDots />
</Button>
<Menu>
Expand Down

0 comments on commit 1539ef2

Please sign in to comment.