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