Skip to content

Commit

Permalink
Merge pull request #162 from map3xyz/fix/theme-4
Browse files Browse the repository at this point in the history
fix(theme): exclamation mark fix
  • Loading branch information
plondon authored Mar 14, 2023
2 parents 5fec154 + 72f7049 commit 3524953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Layout = ({
return (
<motion.div
animate={{ opacity: 1, scale: 1 }}
className={`map3 !dark:bg-primary-900 absolute overflow-hidden rounded-md border bg-white dark:border-primary-700`}
className={`map3 absolute overflow-hidden rounded-md border bg-white dark:border-primary-700 dark:!bg-primary-900`}
exit={{ opacity: 0 }}
initial={{ opacity: 0, scale: 0.5 }}
style={{
Expand Down
3 changes: 3 additions & 0 deletions src/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ root.render(
canBridge: true,
},
style: {
embed: {
id: 'supercharge',
},
theme: 'dark',
},
},
Expand Down

0 comments on commit 3524953

Please sign in to comment.