fix example styling
This commit is contained in:
@@ -152,8 +152,12 @@ const BasicFlow = () => {
|
|||||||
<button onClick={toggleClassnames} style={{ marginRight: 5 }}>
|
<button onClick={toggleClassnames} style={{ marginRight: 5 }}>
|
||||||
toggle classnames
|
toggle classnames
|
||||||
</button>
|
</button>
|
||||||
<button onClick={logToObject}>toObject</button>
|
<button onClick={logToObject} style={{ marginRight: 5 }}>
|
||||||
<button onClick={_ => setInverse(!inverse)}>{inverse ? 'un-inverse pan' : 'inverse pan'}</button>
|
toObject
|
||||||
|
</button>
|
||||||
|
<button onClick={_ => setInverse(!inverse)} style={{ marginRight: 5 }}>
|
||||||
|
{inverse ? 'un-inverse pan' : 'inverse pan'}
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</ReactFlow>
|
</ReactFlow>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user