Skip to content

Commit 7aa94a9

Browse files
author
Daniel Vianna
committed
update
1 parent 3308383 commit 7aa94a9

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.storybook/main.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
"addons": [
66
"@storybook/addon-links",
77
"@storybook/addon-essentials",
8-
'storybook-addon-designs',
8+
"@storybook/addon-a11y",
9+
'storybook-addon-designs'
910
]
1011
}

.storybook/manager-head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
font-size: 7rem;
2424
} */
2525

26-
/* .sidebar-container * {
26+
.sidebar-container * {
2727
font-size: 1rem!important;
28-
} */
28+
}
2929

3030
</style>

components/Test/button/Button.tsx

Whitespace-only changes.

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ Uber React View
1414
https://react-view.netlify.app/?path=/story/useview--basic
1515

1616
Storybook composition - combining multiple storybooks into one
17-
https://www.chromatic.com/blog/storybook-composition/
17+
https://www.chromatic.com/blog/storybook-composition/
18+
19+
20+
https://github.com/intuit/design-systems-cli
21+
https://github.com/intuit/doc-blocks

0 commit comments

Comments
 (0)