Design improvements and bug fixes

This commit is contained in:
pheralb
2022-03-05 17:03:33 +00:00
parent b67dcc0be9
commit 7409e7b9be
9 changed files with 81 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { motion } from "framer-motion";
const Tap = ({ children }) => {
return (
<motion.div whileTap={{ scale: 0.99 }}>
<motion.div whileTap={{ scale: 0.98 }}>
{children}
</motion.div>
);