Skip to content

Commit

Permalink
chore(Storybook): Add web3uikit logo to storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavMV committed Jul 25, 2022
1 parent 23cdbbf commit 1af0920
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "all",
"singleQuote": true,
"semi": true,
"quoteProps": "consistent"
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"trailingComma": "all",
"singleQuote": true,
"semi": true,
"quoteProps": "consistent",
"arrowParens": "always"
}
6 changes: 6 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from '@storybook/addons';
import theme from './theme';

addons.setConfig({
theme,
});

0 comments on commit 1af0920

Please sign in to comment.