fix: styles of border and copy
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user