Fix errors

This commit is contained in:
dvirlabs 2025-06-13 16:14:30 +03:00
parent f9ccabccaf
commit 4047ef2bf0

View File

@ -5,7 +5,7 @@ function CustomNode({ data }) {
return (
<div style={{
background: '#fff',
background: 'transparent',
border: '2px solid #1976d2',
borderRadius: 6,
padding: 10,