Skip to content

Commit

Permalink
🐛 disable mode on them stories
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Oct 11, 2023
1 parent 26bcf81 commit fb85e36
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,22 @@ export const Themes = {
args: {
...ReposFetch.args,
},
render: themesRender
render: themesRender,
parameters: {
chromatic: {
modes: { disable: true },
},
},
}

export const ThemesWithOverrides = {
args: {
...FetchOverides.args,
},
render: themesRender
render: themesRender,
parameters: {
chromatic: {
modes: { disable: true },
},
},
}

0 comments on commit fb85e36

Please sign in to comment.