Skip to content

Commit

Permalink
Skip themekit for lostpixel
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Oct 10, 2023
1 parent 6799998 commit 3b44f71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/_labs/ThemeKit/ThemeKit.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ import { Header as H, Paragraph as P } from '../../typography';
import { LoaderCircular as LC } from '../../motion';
import { Gear } from '../../icons';

export default { title: 'Labs/Themekit' };
export default {
title: 'Labs/Themekit',
parameters: {
lostpixel: {
disable: true,
},
},
};

export function Common() {
return <ThemeKit />;
Expand Down

0 comments on commit 3b44f71

Please sign in to comment.