Skip to content

Commit

Permalink
Add default light theme into stories
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 22, 2024
1 parent 3688872 commit 4b32e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Cookies from "../src/nationalarchives/lib/cookies.mjs";

document.documentElement.classList.add(
"tna-template",
"tna-template--light-theme",
"tna-template--yellow-accent",
);
if (window.self !== window.top) {
Expand Down

0 comments on commit 4b32e80

Please sign in to comment.