Unverified Commit d2a87a4d authored by Zeng1998's avatar Zeng1998 Committed by GitHub

chore: bgcolor of memo share image (#508)

parent b05a1764
......@@ -64,6 +64,7 @@ const ShareMemoImageDialog: React.FC<Props> = (props: Props) => {
}
toImage(memoElRef.current, {
backgroundColor: "#eaeaea",
pixelRatio: window.devicePixelRatio * 2,
})
.then((url) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment