Skip to content

Commit

Permalink
Revert storybook bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed May 13, 2024
1 parent 6d9d056 commit a609653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--color-layer-transparent: rgba(0, 0, 0, 0.5);

&.light {
background: #FFFFFF;
background: #E6E6F0;
color: #000000;
--body-color: #000000;
}
Expand All @@ -39,7 +39,7 @@

.light .sb-show-main.sb-main-centered {
color: #11111F;
background: #FFFFFF;
background: #E6E6F0;
}

.dark .sb-show-main.sb-main-centered {
Expand Down

0 comments on commit a609653

Please sign in to comment.