We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd240a commit b7ea23eCopy full SHA for b7ea23e
packages/react-photo-view/src/Photo.tsx
@@ -58,7 +58,7 @@ export default function Photo({
58
<>
59
<img
60
css={[
61
- tw`cursor-grab active:cursor-grabbing`,
+ tw`cursor-grab active:cursor-grabbing bg-white`,
62
css`
63
max-width: initial;
64
`,
0 commit comments