Skip to content

Commit b5fb106

Browse files
authored
docs: update uui-toast-notification story for argTypes (#257)
1 parent 461767c commit b5fb106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-toast-notification/lib/uui-toast-notification.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
},
1515
argTypes: {
1616
color: {
17-
options: ['', 'primary', 'positive', 'warning', 'danger'],
17+
options: ['', 'default', 'positive', 'warning', 'danger'],
1818
control: { type: 'select' },
1919
},
2020
slot: {

0 commit comments

Comments
 (0)