Skip to content

Commit

Permalink
fix(demo/xychart): remove empty theme
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Aug 21, 2020
1 parent 42d6532 commit 1f3f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-demo/src/sandboxes/vx-xychart/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Example(_: Props) {

return (
<>
<ThemeProvider theme={theme || {}}>
<ThemeProvider theme={theme}>
<XYChart />
</ThemeProvider>
<Controls theme={theme} setTheme={setTheme} />
Expand Down

0 comments on commit 1f3f652

Please sign in to comment.