1
0
Fork 0

wip: More work on line drawings

This commit is contained in:
joostdecock 2024-12-27 10:18:25 +01:00
parent c8808695e5
commit 9f2da8b926
15 changed files with 263 additions and 275 deletions

View file

@ -23,7 +23,7 @@ export const LineDrawingWrapper = ({
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
className={className + ' linedrawing tw-bg-base-300'}
className={className + ' linedrawing'}
style={style}
>
{children}