storybook/docs/_snippets/csf-3-example-primary-dark-story.md
2024-06-13 17:53:08 +01:00

325 B

export const PrimaryOnDark = {
  ...Primary,
  parameters: { background: { default: 'dark' } },
};
export const PrimaryOnDark: Story = {
  ...Primary,
  parameters: { background: { default: 'dark' } },
};