feat(components): Updated workbench to latest style changes
This commit is contained in:
parent
588a6ccb69
commit
9ec9377295
6 changed files with 243 additions and 163 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue