fix:More stroke width for highlight
This commit is contained in:
parent
80706f733b
commit
ef2bde0d03
@ -239,7 +239,7 @@ const renderBindingHighlightForBindableElement = (
|
||||
element.y + appState.scrollY,
|
||||
);
|
||||
|
||||
context.lineWidth = FRAME_STYLE.strokeWidth / appState.zoom.value;
|
||||
context.lineWidth = 2 * element.strokeWidth;
|
||||
context.strokeStyle =
|
||||
appState.theme === THEME.DARK ? "#035da1" : "#6abdfc";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user