Skip to content

Commit 603f0c8

Browse files
committed
chore: update dependencies
1 parent 4906fb6 commit 603f0c8

File tree

3 files changed

+110
-110
lines changed

3 files changed

+110
-110
lines changed

code/components/room-components/overlay/tools-node-overlay.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ export function ToolsNodeOverlay() {
233233
switch ((actualNode.props.dash ?? []).join(",")) {
234234
case "":
235235
return actualNode.props.stroke;
236-
case "5,5":
236+
case "4,2":
237237
return `repeating-linear-gradient(90deg, ${actualNode.props.stroke} 0px, ${actualNode.props.stroke} 2px, transparent 2px, transparent 4px)`;
238-
case "10,10":
238+
case "8,4":
239239
return `repeating-linear-gradient(90deg, ${actualNode.props.stroke} 0px, ${actualNode.props.stroke} 4px, transparent 4px, transparent 8px)`;
240240

241241
default:
@@ -1655,7 +1655,7 @@ export function ToolsNodeOverlay() {
16551655
...actualNode,
16561656
props: {
16571657
...actualNode.props,
1658-
dash: [10, 10],
1658+
dash: [8, 4],
16591659
},
16601660
};
16611661

@@ -1698,7 +1698,7 @@ export function ToolsNodeOverlay() {
16981698
...actualNode,
16991699
props: {
17001700
...actualNode.props,
1701-
dash: [5, 5],
1701+
dash: [4, 2],
17021702
},
17031703
};
17041704

0 commit comments

Comments
 (0)