chore: bgcolor of memo share image (#508)
This commit is contained in:
parent
b05a176490
commit
d2a87a4ddb
@ -64,6 +64,7 @@ const ShareMemoImageDialog: React.FC<Props> = (props: Props) => {
|
||||
}
|
||||
|
||||
toImage(memoElRef.current, {
|
||||
backgroundColor: "#eaeaea",
|
||||
pixelRatio: window.devicePixelRatio * 2,
|
||||
})
|
||||
.then((url) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user