Reset Class Properties to separate css style into a property
This commit is contained in:
parent
3d7baafc17
commit
706f9624cc
6 changed files with 17 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue