diff --git a/web_app/src/components/ui/button.tsx b/web_app/src/components/ui/button.tsx index f93111c..6647b5f 100644 --- a/web_app/src/components/ui/button.tsx +++ b/web_app/src/components/ui/button.tsx @@ -49,7 +49,7 @@ const Button = React.forwardRef( ()( imageWidth, imageHeight, [maskLineGroup], - maskImages + maskImages, + BRUSH_COLOR ) if (useLastLineGroup) { const temporaryMask = await canvasToImage(maskCanvas)