Skip to content

Commit

Permalink
refactor: 隐藏 addon 面板
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Nov 5, 2021
1 parent 1b92c93 commit 1322942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { themes } from '@storybook/theming';
addons.setConfig({
isFullscreen: false,
showNav: true,
showPanel: true,
showPanel: false,
panelPosition: 'right',
enableShortcuts: true,
isToolshown: true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Progress/progress.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const BaseProgress = () => {
<div style={{ marginBottom: 20, fontSize: 14 }}>
一共支持七种主题:
<code>
primary 、 secondary 、 success 、 warning 、 danger 、 light
primary 、 secondary 、 success 、 warning 、 danger 、 info
dark
</code>
</div>
Expand Down

0 comments on commit 1322942

Please sign in to comment.