Skip to content

Commit

Permalink
High change this is actually it
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoiacovino committed Jul 25, 2022
1 parent 2ec5e71 commit 7d47aab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/embeds/edition-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ const App: React.FC = () => {
`}
/>
<ChakraProvider theme={chakraTheme}>
ChainRpc
<ThirdwebProvider
desiredChainId={expectedChainId}
sdkOptions={sdkOptions}
Expand Down
6 changes: 1 addition & 5 deletions src/shared/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ const chakraTheme: Theme = extendTheme({
styles: {
global: {
"html, body": {
background: "transparent",
backgroundColor: "transparent",
padding: 0,
margin: 0,
fontFeatureSettings: `'zero' 1`,
scrollBehavior: "smooth",
},
body: {
colorScheme: "dark",
},
"::selection": {
backgroundColor: "#90cdf4",
Expand Down

0 comments on commit 7d47aab

Please sign in to comment.