Skip to content

Commit

Permalink
add base style to stories
Browse files Browse the repository at this point in the history
  • Loading branch information
eszthoff committed Aug 19, 2022
1 parent cb54b3b commit 924bc49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<style>
body {
font-family: var(--font-family-primary);
font-size: var(--font-size-normal);
font-weight: var(--font-weight-normal);
color: var(--color-foreground);
}
</style>

0 comments on commit 924bc49

Please sign in to comment.