Skip to content

Commit

Permalink
Remove reference to "normal" theme, change to "light"
Browse files Browse the repository at this point in the history
  • Loading branch information
richorrichard committed Dec 6, 2021
1 parent 5543a7e commit 940b455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Storybook is theme-able using a lightweight theming API.

It's possible to theme Storybook globally.

Storybook includes two themes that look good out of the box: "normal" (a light theme) and "dark" (a dark theme). Unless you've set your preferred color scheme as dark, Storybook will use the light theme as default.
Storybook includes two themes that look good out of the box: "light" and "dark". Unless you've set your preferred color scheme as dark, Storybook will use the light theme as default.

Make sure you have installed [`@storybook/addons`](https://www.npmjs.com/package/@storybook/addons) and [`@storybook/theming`](https://www.npmjs.com/package/@storybook/theming) packages.

Expand Down

0 comments on commit 940b455

Please sign in to comment.