Skip to content

Commit

Permalink
docs: Add viewport for Chromatic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Apr 4, 2024
1 parent eeb1acf commit 1670f62
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const modelBadge =
const meta: Meta<ModelComplexityBadgeComponent> = {
title: 'Model Components/ModelBadge',
component: ModelComplexityBadgeComponent,
parameters: {
chromatic: { viewports: [500] },
},
};

export default meta;
Expand Down

0 comments on commit 1670f62

Please sign in to comment.