Skip to content

Commit

Permalink
build: disable custom components
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 21, 2024
1 parent 19286fa commit 2cd71d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ const styleH1 = {
export const parameters = {
docs: {
components: {
h1: styled.h1(() => styleH1),
h2: styled.h1(() => style),
h3: styled.h1(() => style),
h4: styled.h1(() => style),
h5: styled.h1(() => style),
section: styled.section(() => style),
p: styled.p(() => style),
div: styled.div(() => style),
span: styled.span(() => style),
input: styled.input(() => style)
// h1: styled.h1(() => styleH1),
// h2: styled.h1(() => style),
// h3: styled.h1(() => style),
// h4: styled.h1(() => style),
// h5: styled.h1(() => style),
// section: styled.section(() => style),
// p: styled.p(() => style),
// div: styled.div(() => style),
// span: styled.span(() => style),
// input: styled.input(() => style)
},
},
controls: {
Expand Down

0 comments on commit 2cd71d3

Please sign in to comment.