Skip to content

Commit

Permalink
Merge pull request #3 from toshusai/refactor-storybook-background
Browse files Browse the repository at this point in the history
refactor: change background css
  • Loading branch information
toshusai authored Mar 10, 2024
2 parents 0d969bb + d3b8b48 commit 3d87fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .storybook/storybook.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ html {
border-right: none !important;
}

body,
html {
background: var(--cmpui-bg-color);
}
.sbdocs {
background: var(--cmpui-bg-color) !important;
}
Expand Down

0 comments on commit 3d87fc6

Please sign in to comment.