diff --git a/src/nationalarchives/components/card/fixtures.json b/src/nationalarchives/components/card/fixtures.json index de9ef019..cbd34355 100644 --- a/src/nationalarchives/components/card/fixtures.json +++ b/src/nationalarchives/components/card/fixtures.json @@ -270,6 +270,16 @@ }, "html": "

Card title

\"A
New

Card body

" }, + { + "name": "with a plain style", + "options": { + "title": "Card title", + "headingLevel": 3, + "body": "

Card body

", + "style": "plain" + }, + "html": "

Card title

Card body

" + }, { "name": "with a contrast style", "options": {