We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab544a commit 32bad98Copy full SHA for 32bad98
src/renderer/extensions/vueNodes/components/LGraphNode.vue
@@ -10,7 +10,7 @@
10
cn(
11
'bg-white dark-theme:bg-charcoal-800',
12
'lg-node absolute rounded-2xl touch-none',
13
- 'border-1 border-solid border-gray-400 dark-theme:border-stone-200',
+ 'border-2 border-solid border-sand-100 dark-theme:border-charcoal-600',
14
// hover (only when node should handle events)
15
shouldHandleNodePointerEvents &&
16
'hover:ring-7 ring-gray-500/50 dark-theme:ring-gray-500/20',
0 commit comments