Skip to content

Commit

Permalink
Fix custom themes breaking the welcome demo. (#8259)
Browse files Browse the repository at this point in the history
Fix custom themes breaking the welcome demo.
  • Loading branch information
shilman committed Oct 15, 2019
2 parents ffece6c + 0f44a31 commit 0ee567a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -121,6 +121,7 @@ exports[`Storyshots Welcome To Storybook 1`] = `
style={
Object {
"backgroundColor": "#fff",
"color": "#000",
"fontFamily": "\\"Helvetica Neue\\", Helvetica, \\"Segoe UI\\", Arial, freesans, sans-serif",
"lineHeight": 1.4,
"padding": 15,
Expand Down
Expand Up @@ -101,6 +101,7 @@ exports[`Storyshots Welcome To Storybook 1`] = `
style={
Object {
"backgroundColor": "#fff",
"color": "#000",
"fontFamily": "\\"Helvetica Neue\\", Helvetica, \\"Segoe UI\\", Arial, freesans, sans-serif",
"lineHeight": 1.4,
"padding": 15,
Expand Down
Expand Up @@ -5,6 +5,7 @@ exports[`Storyshots Welcome To Storybook 1`] = `
style={
Object {
"backgroundColor": "#fff",
"color": "#000",
"fontFamily": "\\"Helvetica Neue\\", Helvetica, \\"Segoe UI\\", Arial, freesans, sans-serif",
"lineHeight": 1.4,
"padding": 15,
Expand Down
Expand Up @@ -5,6 +5,7 @@ exports[`Storyshots Welcome To Storybook 1`] = `
style={
Object {
"backgroundColor": "#fff",
"color": "#000",
"fontFamily": "\\"Helvetica Neue\\", Helvetica, \\"Segoe UI\\", Arial, freesans, sans-serif",
"lineHeight": 1.4,
"padding": 15,
Expand Down
1 change: 1 addition & 0 deletions app/react/src/demo/Welcome.tsx
Expand Up @@ -16,6 +16,7 @@ const Main: FunctionComponent<MainProps> = props => (
lineHeight: 1.4,
fontFamily: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif',
backgroundColor: '#fff',
color: '#000',
}}
/>
);
Expand Down

1 comment on commit 0ee567a

@vercel
Copy link

@vercel vercel bot commented on 0ee567a Oct 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.