Skip to content

Commit

Permalink
add ring theme in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Jan 22, 2024
1 parent f97b59b commit 9066bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const globalTypes = {
title: 'Preview Theme',
dynamicTitle: false,
// array of plain string values or MenuItem shape (see below)
items: [{ value: 'darkRebrand', title: 'Dark', icon: 'moon' }, { value: 'artescaLight', title: 'Light', icon: 'sun' }],
items: [{ value: 'darkRebrand', title: 'Dark', icon: 'moon' }, { value: 'artescaLight', title: 'Light', icon: 'sun' }, {value: 'ring9dark', title: 'Ring Dark', icon: 'moon'}],
},
},
};
Expand Down

0 comments on commit 9066bb3

Please sign in to comment.