1
0
Fork 0

wip(lab): Moved draft to wrapper

This commit is contained in:
Joost De Cock 2022-01-30 15:14:44 +01:00
parent e62a862559
commit 153bff0536
11 changed files with 208 additions and 80 deletions

View file

@ -6,10 +6,10 @@ const XrayPath = props => (
<path
d={props.path.asPathstring()}
{...getProps(props.path)}
className="opacity-0 stroke-4xl stroke-contrast hover:opacity-25 hover:cursor-pointer"
className="opacity-0 stroke-3xl stroke-contrast hover:opacity-25 hover:cursor-pointer"
onClick={() => props.updateGist(
['xray', 'parts', props.partName, 'paths', props.pathName],
props.path
1
)}
/>
</g>