Skip to content

Commit

Permalink
Merge pull request #160 from map3xyz/fix/theme-2
Browse files Browse the repository at this point in the history
fix(theme): revert bg-white change
  • Loading branch information
plondon authored Mar 13, 2023
2 parents 0f00cf3 + c75056e commit bc61b64
Showing 1 changed file with 1 addition 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 absolute overflow-hidden rounded-md border bg-white dark:border-primary-700 dark:bg-primary-900`}
className={`map3 absolute overflow-hidden rounded-md border dark:border-primary-700 dark:bg-primary-900`}
exit={{ opacity: 0 }}
initial={{ opacity: 0, scale: 0.5 }}
style={{
Expand Down

0 comments on commit bc61b64

Please sign in to comment.