add default styles to storybook
This commit is contained in:
parent
ef14ffb1f1
commit
97dc26f158
|
@ -4,4 +4,9 @@
|
|||
#storybook-root {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue