Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(component): move iconRegistry before the PreviewPane to have the …
Browse files Browse the repository at this point in the history
…css be overridden
  • Loading branch information
Lasse Küchler committed Dec 7, 2017
1 parent 5eb8e60 commit c451588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/component/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ class App extends React.Component<AppProps> {
<ElementList store={this.props.store} />
</ElementPane>

<IconRegistry names={IconName} />

<PreviewPane>
<Preview store={this.props.store} />
</PreviewPane>

<IconRegistry names={IconName} />
<DevTools />
</Layout>
);
Expand Down

0 comments on commit c451588

Please sign in to comment.