Skip to content

Commit

Permalink
Merge branch 'main' into 7596-tooltipId-spread
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 9, 2021
2 parents 7710a8a + f19b977 commit ce1e117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tag/Tag-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const iconMap = {
};

const sizes = {
'Default size': undefined,
'Big/default size': undefined,
'Small size (sm)': 'sm',
};

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Toggle/Toggle-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { withKnobs, text, boolean, select } from '@storybook/addon-knobs';
import Toggle from '../Toggle';

const sizes = {
'Default size': undefined,
'Big/default size': undefined,
'Small size (sm)': 'sm',
};

Expand Down

0 comments on commit ce1e117

Please sign in to comment.