Skip to content

Commit 77fead8

Browse files
committed
fix(react): Make DiscordInteraction roleColor arg a color control
1 parent 85f6db8 commit 77fead8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react/src/components/DiscordInteraction.stories.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default {
1414
control: 'text',
1515
defaultValue: 'Hello, World!',
1616
},
17+
roleColor: {
18+
control: 'color',
19+
},
1720
},
1821
} as Meta
1922

0 commit comments

Comments
 (0)