change the padding; git testing and learning, will revert

This commit is contained in:
yenminh269 2025-10-19 03:07:17 -05:00
commit ed079e9b2c

View file

@ -5,7 +5,7 @@ export default function FlameButton({ onClick }) {
return ( return (
<motion.button <motion.button
onClick={onClick} onClick={onClick}
className="bg-gray-700 p-2 rounded-2xl" className="bg-gray-700 p-3 rounded-2xl"
whileHover={{ scale: 1.1 }} whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }} whileTap={{ scale: 0.9 }}
> >