Skip to content

Commit

Permalink
Update Storybook wrapper to set foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
bheston committed Sep 9, 2021
1 parent f247711 commit 8241409
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/web-components/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@
height: 100%;
background: var(--fill-color);
}
#root > h1,
#root > h2,
#root > h3,
#root > h4,
#root > h5,
#root > h6,
#root > p,
#root > span {
color: var(--neutral-foreground-rest);
}
</style>

0 comments on commit 8241409

Please sign in to comment.