Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender101 committed Nov 30, 2023
1 parent 42dad34 commit f67354c
Show file tree
Hide file tree
Showing 4 changed files with 18,055 additions and 25,367 deletions.
9 changes: 5 additions & 4 deletions config/storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ const preview: Preview = {
date: /Date$/,
},
},

themes: {
default: 'light',
default: "light",
list: [
{ name: 'Light', class: Theme.LIGHT, color: '#ebebec' },
{ name: 'Dark', class: Theme.DARK, color: '#000611' },
{ name: 'Orange', class: Theme.ORANGE, color: '#ea930f' }
{ name: "Light", class: Theme.LIGHT, color: "#ebebec" },
{ name: "Dark", class: Theme.DARK, color: "#000611" },
{ name: "Orange", class: Theme.ORANGE, color: "#ea930f" },
],
},
},
Expand Down
Loading

0 comments on commit f67354c

Please sign in to comment.