Skip to content

Commit 1af0920

Browse files
committed
chore(Storybook): Add web3uikit logo to storybook build
1 parent 23cdbbf commit 1af0920

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.prettierrc

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"printWidth": 80,
3-
"tabWidth": 4,
4-
"useTabs": false,
5-
"trailingComma": "all",
6-
"singleQuote": true,
7-
"semi": true,
8-
"quoteProps": "consistent"
2+
"printWidth": 80,
3+
"tabWidth": 4,
4+
"useTabs": false,
5+
"trailingComma": "all",
6+
"singleQuote": true,
7+
"semi": true,
8+
"quoteProps": "consistent",
9+
"arrowParens": "always"
910
}

.storybook/manager.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { addons } from '@storybook/addons';
2+
import theme from './theme';
3+
4+
addons.setConfig({
5+
theme,
6+
});

0 commit comments

Comments
 (0)