Skip to content

Commit

Permalink
[storybook] Adjust base styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Jul 30, 2019
1 parent 5d1a90b commit 82f3b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@sanity/storybook/src/config/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import 'part:@sanity/base/theme/variables-style';

:global(#root) {
padding: 1rem;
-webkit-font-smoothing: antialiased;
font-family: var(--font-family-base);
line-height: 1.5;
padding: var(--medium-padding);
background-color: var(--body-bg);
color: var(--text-color);
min-height: 100vh;
Expand Down

0 comments on commit 82f3b18

Please sign in to comment.