Skip to content

Commit ca52b38

Browse files
authored
Merge pull request #28 from opendexnetwork/feat/storybook-body
feat(storybooy): add styles to body
2 parents c90149d + 9933612 commit ca52b38

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)