Skip to content

Commit

Permalink
fix: add variable background color
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Nov 20, 2023
1 parent e5c9236 commit cd40c10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
:root {
font-family: sans-serif;
}

/* body.sb-show-main {
background-color: var(--charcoal-background1);
} */
1 change: 1 addition & 0 deletions .storybook/theme-decorator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Theme = ({ children }) => {
[themeSelector('dark')]: dark,
[themeSelector('light')]: light,
}}
background="background1"
></TokenInjector>
</ThemeProvider>
)
Expand Down

0 comments on commit cd40c10

Please sign in to comment.