fix: styles of border and copy

This commit is contained in:
2026-03-10 22:49:07 +01:00
parent 0c368f4b24
commit bfc8c560b2
3 changed files with 9 additions and 6 deletions

View File

@@ -32,12 +32,12 @@ body {
}
.react-flow__node:focus-visible>div:first-child {
border-color: hsl(var(--primary));
box-shadow: 0 0 0 2px hsl(var(--primary) / 0.4);
border-color: hsl(var(--primary) / 0.7);
box-shadow: 0 0 0 2px hsl(var(--primary) / 0.22);
}
.dark .react-flow__node:focus-visible>div:first-child {
box-shadow: 0 0 0 2px hsl(var(--primary) / 0.5);
box-shadow: 0 0 0 2px hsl(var(--primary) / 0.28);
}
.react-flow__node .react-flow__handle {