Skip to content

Commit

Permalink
Adjusting light and darkmode icons in storybook theme toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Nov 17, 2023
1 parent ea8a5f6 commit bfe8319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export const globalTypes = {
defaultValue: 'dark',
toolbar: {
title: 'Theme',
icon: 'circlehollow',
icon: 'moon',
items: [
{ value: 'light', icon: 'circlehollow', title: 'Light' },
{ value: 'dark', icon: 'circle', title: 'Dark' },
{ value: 'light', icon: 'sun', title: 'Light' },
{ value: 'dark', icon: 'moon', title: 'Dark' },
],
},
},
Expand Down

0 comments on commit bfe8319

Please sign in to comment.