Skip to content

Commit

Permalink
chore: disable backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 6, 2024
1 parent b8d2d4b commit 4d3e583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const preview: Preview = {
date: /Date$/i,
},
},
// Don/t show background color for the preview since we use the light/dark switcher
backgrounds: {
disable: true,
},
},
};

Expand Down

0 comments on commit 4d3e583

Please sign in to comment.