We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b23c89 commit ae17c97Copy full SHA for ae17c97
components/buttons/ScrollButton.tsx
@@ -28,7 +28,7 @@ function ScrollButton() {
28
return (
29
<div className='fixed bottom-14 right-4 z-40 h-16 w-12'>
30
{backToTopButton && (
31
- <button className='rounded-full bg-white shadow-md ' onClick={scrollUp}>
+ <button className='rounded-full bg-white shadow-md hover:bg-[#8851FB] hover:scale-110 transition-all duration-300 ease-in-out' onClick={scrollUp}>
32
<img src={scrollImage} alt='scroll to top' />
33
</button>
34
)}
0 commit comments