wip: More work on line drawings
This commit is contained in:
parent
c8808695e5
commit
9f2da8b926
15 changed files with 263 additions and 275 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue