Skip to content

Commit

Permalink
Update apps/design-system/src/components/SlideOver.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
  • Loading branch information
princerajpoot20 and fmvilas authored Jul 4, 2023
1 parent 2dd7b26 commit 8d58de1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/design-system/src/components/SlideOver.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import { SlideOver } from "ui";

export default {
component: SlideOver,
parameters: {
layout: 'fullscreen',
backgrounds: {
default: 'dark'
}
},
};

export const Example = () => {
Expand Down

0 comments on commit 8d58de1

Please sign in to comment.