Reset Class Properties to separate css style into a property

This commit is contained in:
Eric NGUYEN 2022-08-16 10:11:16 +02:00
parent 3d7baafc17
commit 706f9624cc
6 changed files with 17 additions and 16 deletions

View file

@ -34,8 +34,10 @@ export const DEFAULT_MAINCONTAINER_PROPS: IProperties = {
height: Number(DEFAULT_CONFIG.MainContainer.Height),
isRigidBody: false,
isAnchor: false,
fillOpacity: 0,
stroke: 'black'
style: {
stroke: 'black',
fillOpacity: 0
}
};
export const DIMENSION_MARGIN = 50;