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.
2 parents 8e6bdf5 + 5d8c1a3 commit 719a22dCopy full SHA for 719a22d
2 files changed
.env.local.example
components/buttons/BackToTopButton.tsx
@@ -28,7 +28,7 @@ const BackToTopButton = () => {
28
isVisible && (
29
<button
30
onClick={scrollToTop}
31
- className='fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-700 shadow-lg transition-all duration-500 hover:bg-white hover:text-modern-black'
+ className='fixed right-3 top-1/2 z-40 -translate-y-1/2 rounded-full bg-white p-3 text-gray-900 shadow-lg transition-all duration-500 hover:bg-white hover:text-modern-black'
32
>
33
<ChevronUpIcon className='h-6 w-6' />
34
</button>
0 commit comments