Skip to content

Commit

Permalink
placeholder thumbnail lightgrey
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 9, 2023
1 parent bef6f29 commit 3b90e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thumbnail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Thumbnail({ source, attrs }) {

return (
<canvas
style={{ maxWidth: 100, maxHeight: 100 }}
style={{ maxWidth: 100, maxHeight: 100, backgroundColor: 'lightgrey' }}
ref={canvas}
height={canvasSize.height}
width={canvasSize.width}
Expand Down

0 comments on commit 3b90e74

Please sign in to comment.