Skip to content

Commit

Permalink
Remove unnecessary responsiveModes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaltoft committed Sep 16, 2024
1 parent 3433269 commit 82da136
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libs/designsystem/card/src/card.component.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { argsToTemplate, type Meta, moduleMetadata, type StoryObj } from '@story

import { CardComponent, CardModule } from '@kirbydesign/designsystem/card';

import { responsiveModes } from 'tools/storybook-config/shared-config';
import { CardExampleModule } from '~/app/examples/card-example/card-example.module';

const meta: Meta<CardComponent> = {
Expand All @@ -13,13 +12,6 @@ const meta: Meta<CardComponent> = {
imports: [CardModule, CardExampleModule],
}),
],
parameters: {
chromatic: {
modes: {
...responsiveModes,
},
},
},
};
export default meta;
type Story = StoryObj<CardComponent>;
Expand Down

0 comments on commit 82da136

Please sign in to comment.