diff --git a/src/github/user/user.stories.js b/src/github/user/user.stories.js index b36f43d..65bd353 100644 --- a/src/github/user/user.stories.js +++ b/src/github/user/user.stories.js @@ -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 }, + }, + }, } \ No newline at end of file