Skip to content

Commit

Permalink
give different icons for toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Oct 25, 2024
1 parent 15b8f55 commit 13faa90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const globalTypes = {
name: 'Strings namespace',
description: 'Which flavour of PRC to use?',
toolbar: {
icon: 'globe',
icon: 'document',
items: [
{ value: 'default', title: 'default'},
{ value: 'elife', title: 'elife'},
Expand All @@ -77,7 +77,7 @@ export const globalTypes = {
name: 'Layout',
description: 'Which layout to use?',
toolbar: {
icon: 'globe',
icon: 'category',
items: [
{ value: 'default', title: 'default'},
{ value: 'biophysics-colab', title: 'biophysics-colab'}
Expand Down

0 comments on commit 13faa90

Please sign in to comment.