Skip to content

Commit

Permalink
New test
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoiacovino committed Jul 25, 2022
1 parent bb804be commit 91e6925
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions src/embeds/edition-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,14 @@ const App: React.FC = () => {
}
chainRpc={{ [expectedChainId]: rpcUrl }}
>
<Flex bgColor="transparent">
<EditionDropEmbed
contractAddress={contractAddress}
tokenId={tokenId}
expectedChainId={expectedChainId}
colorScheme={colorScheme}
primaryColor={primaryColor}
secondaryColor={secondaryColor}
/>
</Flex>
<EditionDropEmbed
contractAddress={contractAddress}
tokenId={tokenId}
expectedChainId={expectedChainId}
colorScheme={colorScheme}
primaryColor={primaryColor}
secondaryColor={secondaryColor}
/>
</ThirdwebProvider>
</ChakraProvider>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const chakraTheme: Theme = extendTheme({
scrollBehavior: "smooth",
},
body: {
colorScheme: "dark",
backgroundColor: "transparent",
},
"::selection": {
backgroundColor: "#90cdf4",
Expand Down

0 comments on commit 91e6925

Please sign in to comment.