diff --git a/src/components/Signature/index.js b/src/components/Signature/index.js index da16f29..d336815 100644 --- a/src/components/Signature/index.js +++ b/src/components/Signature/index.js @@ -81,6 +81,7 @@ function Signature(props) { ref={signatureCanvas} penColor="black" canvasProps={{ width, height }} + backgroundColor="rgb(255,255,255)" {...restProps} />