Skip to content

Commit

Permalink
Merge pull request #333 from peanutprotocol/develop
Browse files Browse the repository at this point in the history
feat: update bg color
  • Loading branch information
borcherd committed Jul 11, 2024
2 parents 3ed8af7 + f80b421 commit bdd3ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Global/ImageGeneration/LinkPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function LinkPreviewImg({
alignItems: 'center',
justifyContent: 'center',
overflow: 'hidden',
background: 'transparent',
background: 'white',
padding: '16px',
border: '4px solid black',
}}
Expand Down

0 comments on commit bdd3ca3

Please sign in to comment.