Skip to content

Commit

Permalink
fix: story
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Apr 26, 2023
1 parent 1aa6283 commit 4c1491d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/paste-theme/stories/cacheProvider.stories.tsx
Expand Up @@ -13,6 +13,16 @@ import {ThemeProvider} from '../src/themeProvider';
// eslint-disable-next-line import/no-default-export
export default {
title: 'Theme/ThemeProvider/CacheProvider',
parameters: {
a11y: {
/*
* Since this story hardcodes its own theme, it doesnt inherit the theme
* from storybook and fails on darkmode in vrt. This is a false positive.
* This story is the same as the English Font Family story which passes.
*/
disable: true,
},
},
};

export const CacheProviderContainer = (): React.ReactNode => {
Expand Down

0 comments on commit 4c1491d

Please sign in to comment.