Skip to content

Commit

Permalink
FIX the location of the default theme on state
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Coleman committed Mar 5, 2019
1 parent 2aec10a commit ddead74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/core/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export default function({ store }) {
enableShortcuts: true,
sortStoriesByKind: false,
sidebarAnimations: true,
theme: themes.light,
},
layout: {
isToolshown: true,
Expand All @@ -190,6 +189,7 @@ export default function({ store }) {
showNav: true,
panelPosition: 'bottom',
},
theme: themes.light,
};

const state = merge(fromState, initial);
Expand Down

1 comment on commit ddead74

@vercel
Copy link

@vercel vercel bot commented on ddead74 Mar 5, 2019

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Builds rate limit exceeded (0 of 100 remaining). Try again in 24h

Please sign in to comment.