feat: change default stroke width to 2

This commit is contained in:
dwelle 2023-06-07 18:37:02 +02:00
parent 776e5a1cc8
commit 5d632a020d

View File

@ -282,7 +282,7 @@ export const DEFAULT_ELEMENT_PROPS: {
strokeColor: COLOR_PALETTE.black,
backgroundColor: COLOR_PALETTE.transparent,
fillStyle: "hachure",
strokeWidth: 1,
strokeWidth: 2,
strokeStyle: "solid",
roughness: ROUGHNESS.artist,
opacity: 100,