add default styles to storybook

This commit is contained in:
Florian Herrengt 2023-08-04 18:17:50 +01:00
parent ef14ffb1f1
commit 97dc26f158
1 changed files with 5 additions and 0 deletions

View File

@ -4,4 +4,9 @@
#storybook-root {
height: 100%;
}
body {
font-family: "Inter", sans-serif;
font-size: 12px;
background-color: #2b2b2b;
}
</style>