Skip to content

Commit

Permalink
refactor: rename title to purmerend lightmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwa committed Dec 2, 2024
1 parent 1e64ff0 commit 77272ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import config from '../src/config.json';
import tokens from '../dist/list.json';

const meta = {
title: 'Purmerend',
title: 'Purmerend Lightmode',
component: ComponentStories,
parameters: { controls: { include: 'showAll' }, chromatic: { disableSnapshot: false } },
args: { config, showAll: false, tokens },
Expand All @@ -15,6 +15,6 @@ type Story = StoryObj<typeof meta>;
export default meta;
export const Components: Story = {
args: {
theme: 'purmerend-theme purmerend-theme--media-query',
theme: 'purmerend-theme',
},
};

0 comments on commit 77272ae

Please sign in to comment.