Skip to content

Commit

Permalink
feat(badges): changed is-splited to be marked as default in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 22, 2018
1 parent 72a5e87 commit d8367ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/badge.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stories.add('badges', () => {
default: '',
'is-splited': 'is-splited',
'is-icon': 'is-icon',
}, '');
}, 'is-splited');

const fontSize = number('font-size', 1, {
range: true,
Expand Down

0 comments on commit d8367ff

Please sign in to comment.