Skip to content

Commit

Permalink
chore: 스토리북 다크모드 미사용 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 authored Feb 3, 2024
1 parent 555c8e4 commit 068f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storybook/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Decorator, Preview } from '@storybook/react';
const preview: Preview = {
parameters: {
darkMode: {
dark: themes.dark,
dark: undefined,
light: themes.normal,
stylePreview: true,
current: 'light'
Expand Down

0 comments on commit 068f633

Please sign in to comment.