chore: bgcolor of memo share image (#508)

pull/513/head^2
Zeng1998 2 years ago committed by GitHub
parent b05a176490
commit d2a87a4ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,6 +64,7 @@ const ShareMemoImageDialog: React.FC<Props> = (props: Props) => {
}
toImage(memoElRef.current, {
backgroundColor: "#eaeaea",
pixelRatio: window.devicePixelRatio * 2,
})
.then((url) => {

Loading…
Cancel
Save