Skip to content

Commit

Permalink
Update Answers.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian committed Sep 19, 2024
1 parent 5653010 commit 4731853
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dotcom-rendering/src/components/Answers.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { css } from '@emotion/react';
import { Pillar } from '@guardian/libs';
import { ArticleDesign, ArticleDisplay, Pillar } from '@guardian/libs';
import { Radio, RadioGroup } from '@guardian/source/react-components';
import type { Meta, StoryObj } from '@storybook/react';
import { splitTheme } from '../../.storybook/decorators/splitThemeDecorator';
import {
CorrectSelectedAnswer,
IncorrectAnswer,
Expand All @@ -12,6 +13,15 @@ import {

const meta = {
title: 'Components/Answers',
decorators: [
splitTheme([
{
display: ArticleDisplay.Standard,
design: ArticleDesign.Comment,
theme: Pillar.News,
},
]),
],
} satisfies Meta;

export default meta;
Expand Down

0 comments on commit 4731853

Please sign in to comment.