storybook/docs/_snippets/csf-3-example-primary-dark-story.md
2024-11-17 16:46:37 +00:00

372 B

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