Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 0b77df0

Browse files
authored
Merge pull request #66 from strapi/header/fix
Fix header style
2 parents bb7639c + 08dfe35 commit 0b77df0

File tree

7 files changed

+184
-17
lines changed

7 files changed

+184
-17
lines changed

docs/.storybook/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ addParameters({
5757
showPanel: true,
5858
panelPosition: 'right',
5959
sortStoriesByKind: true,
60+
panelPosition: 'bottom',
6061
},
6162
});
6263

docs/stories/customComponents/Header.stories.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import { storiesOf } from '@storybook/react';
44

55
import { Header } from '@buffetjs/custom';
6-
import { InputText } from '@buffetjs/core';
6+
// import { InputText } from '@buffetjs/core';
77
import styled from 'styled-components';
88

99
import Presentation from '../ui/Presentation';
@@ -41,13 +41,13 @@ function HeaderStory() {
4141
color: 'success',
4242
type: 'submit',
4343
},
44-
// Passing custom component
45-
{
46-
Component: InputText,
47-
className: 'input-wrapper',
48-
name: 'example',
49-
key: 'example',
50-
},
44+
// // Passing custom component
45+
// {
46+
// Component: InputText,
47+
// className: 'input-wrapper',
48+
// name: 'example',
49+
// key: 'example',
50+
// },
5151
];
5252

5353
const props = {

0 commit comments

Comments
 (0)