Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/embeds/edition-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const EditionDropEmbed: React.FC<EditionDropEmbedProps> = ({
shadow="0px 1px 1px rgba(0,0,0,0.1)"
border="1px solid"
borderColor="borderColor"
bgColor="backgroundBody"
bgColor="backgroundHighlight"
>
<Header tokenAddress={tokenAddress} />
<Body>
Expand Down
2 changes: 1 addition & 1 deletion src/embeds/marketplace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ const MarketplaceEmbed: React.FC<MarketplaceEmbedProps> = ({
shadow="0px 1px 1px rgba(0,0,0,0.1)"
border="1px solid"
borderColor="borderColor"
bgColor="backgroundBody"
bgColor="backgroundHighlight"
>
<Header tokenAddress={listing?.currencyContractAddress} />
<Body>
Expand Down
2 changes: 1 addition & 1 deletion src/embeds/nft-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const NFTDropEmbed: React.FC<NFTDropEmbedProps> = ({
shadow="0px 1px 1px rgba(0,0,0,0.1)"
border="1px solid"
borderColor="borderColor"
bgColor="backgroundBody"
bgColor="backgroundHighlight"
>
<Header tokenAddress={tokenAddress} />
<Body>
Expand Down
2 changes: 1 addition & 1 deletion src/embeds/signature-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const SignatureDropEmbed: React.FC<SignatureDropEmbedProps> = ({
shadow="0px 1px 1px rgba(0,0,0,0.1)"
border="1px solid"
borderColor="borderColor"
bgColor="backgroundBody"
bgColor="backgroundHighlight"
>
<Header tokenAddress={tokenAddress} />
<Body>
Expand Down
2 changes: 1 addition & 1 deletion src/embeds/token-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const TokenDropEmbed: React.FC<TokenDropEmbedProps> = ({
shadow="0px 1px 1px rgba(0,0,0,0.1)"
border="1px solid"
borderColor="borderColor"
bgColor="backgroundBody"
bgColor="backgroundHighlight"
>
<Header tokenAddress={tokenAddress} />
<Body>
Expand Down