change the padding; git testing and learning, will revert
This commit is contained in:
parent
af82b71657
commit
ed079e9b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue