Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 6, 2023
1 parent e79f2e2 commit d80539e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/nationalarchives/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
}

&--contrast {
.tna-card__inner {
@include colour.contrast;
}
.tna-card__inner {
@include colour.contrast;
}
}

&--accent {
Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/components/card/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
]
},
"html": "<div class=\"tna-card\"><div class=\"tna-card__inner\"><h3 class=\" tna-heading-s tna-card__heading\">Card title</h3><div class=\"tna-card__body\"><p>Card body</p></div><div class=\"tna-card__actions\"><a href=\"#\" class=\"tna-card__action\" title=\"Go and do the action\">Card action</a></div></div></div>",
"html": "<div class=\"tna-card\"><div class=\"tna-card__inner\"><h3 class=\" tna-heading-s tna-card__heading\">Card title</h3><div class=\"tna-card__body\"><p>Card body</p></div><div class=\"tna-card__actions tna-button-group\"><a href=\"#\" class=\"tna-button\" title=\"Go and do the action\">Card action</a></div></div></div>",
"hidden": false
},
{
Expand Down

0 comments on commit d80539e

Please sign in to comment.