Reduced node border width and removed border color for a cleaner visual appearance.

This commit is contained in:
Benjamin Arntzen (aider)
2024-06-27 10:25:07 +01:00
parent e39740d36d
commit 8045357375
+1 -2
View File
@@ -192,9 +192,8 @@ const options = {
nodes: {
shape: 'circle',
size: 28,
borderWidth: 0.2, // Reduced from 1 to 0.2 for a very thin border
borderWidth: 0, // Removed border
color: {
border: '#ffffff', // Changed to white for a subtle border
background: '#e0e0e0'
}
},