Change sizes

This commit is contained in:
dvirlabs 2025-07-11 17:02:10 +03:00
parent 9989174c27
commit 55ff0b24d4

View File

@ -27,8 +27,8 @@ function CustomNode({ data }) {
border: '2px solid #1976d2', border: '2px solid #1976d2',
borderRadius: 6, borderRadius: 6,
textAlign: 'center', textAlign: 'center',
width: 120, width: 100,
height: 120, height: 100,
boxShadow: '0 2px 6px rgba(0,0,0,0.2)', boxShadow: '0 2px 6px rgba(0,0,0,0.2)',
position: 'relative', position: 'relative',
}}> }}>