Skip to content

Commit 9933612

Browse files
committed
feat(storybooy): add styles to body
This commit adds general theme styles to storybook so that aligns with the application theme.
1 parent c90149d commit 9933612

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.storybook/preview-body.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<style>
2+
body {
3+
color: #fff;
4+
margin: 0;
5+
font-size: 0.875rem;
6+
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
7+
font-weight: 400;
8+
line-height: 1.43;
9+
letter-spacing: 0.01071em;
10+
background-color: #303030;
11+
}
12+
</style>

0 commit comments

Comments
 (0)