1
0
Fork 0

feat(components): Updated workbench to latest style changes

This commit is contained in:
Joost De Cock 2021-01-10 15:06:38 +01:00
parent 588a6ccb69
commit 9ec9377295
6 changed files with 243 additions and 163 deletions

View file

@ -37,7 +37,7 @@ const DraftPattern = (props) => {
}
return (
<section>
<>
<Draft
{...props.patternProps}
design={props.design}
@ -47,7 +47,7 @@ const DraftPattern = (props) => {
className="freesewing draft shadow"
/>
<Events events={props.patternProps.events} />
</section>
</>
)
}