Skip to content

Commit

Permalink
docs: use the correct class in dark mode in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
tigranpetrossian committed Jul 23, 2024
1 parent 722ea2c commit b1cc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const preview: Preview = {
},
},
darkMode: {
darkClass: 'dark',
darkClass: 'figma-dark',
lightClass: 'light',
classTarget: 'html',
stylePreview: true,
Expand Down

0 comments on commit b1cc263

Please sign in to comment.