Skip to content

Commit

Permalink
chore(/lib/components/alert): fix story refers to old theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tulup-conner authored Feb 21, 2023
1 parent 5630a84 commit c9e4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
component: Alert,
argTypes: {
color: {
options: Object.keys(theme.alert.root.color),
options: Object.keys(theme.alert.color),
control: { type: 'inline-radio' },
},
},
Expand Down

0 comments on commit c9e4a5a

Please sign in to comment.