feat: change default fill style to solid

This commit is contained in:
dwelle 2023-06-07 18:37:16 +02:00
parent 5d632a020d
commit 725c3bafe1

View File

@ -281,7 +281,7 @@ export const DEFAULT_ELEMENT_PROPS: {
} = {
strokeColor: COLOR_PALETTE.black,
backgroundColor: COLOR_PALETTE.transparent,
fillStyle: "hachure",
fillStyle: "solid",
strokeWidth: 2,
strokeStyle: "solid",
roughness: ROUGHNESS.artist,