mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 14:30:32 +02:00
fix:More stroke width for highlight
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user