Skip to content

Commit

Permalink
#16 Update canvas styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhya-metacell committed Jul 22, 2022
1 parent 3197831 commit 06cd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const MetaDiagram = ({
<Box className={containerClassName}>
<Sidebar />
<CanvasWidget
className={`${classes.canvasContainer} ${metaTheme?.canvasClassName}`}
className={`canvas-widget ${metaTheme?.canvasClassName}`}
engine={engine}
/>
</Box>
Expand Down

0 comments on commit 06cd2bb

Please sign in to comment.